#B8EBBA

Color #B8EBBA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B8EBBA

Tints of Fringy Flower #B8EBBA

Color information

#B8EBBA (or 0xB8EBBA) is unknown color: approx Fringy Flower. HEX triplet: B8, EB and BA. RGB value is (184,235,186). Sum of RGB (Red+Green+Blue) = 184+235+186=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBBA is #471445. Grayscale: #D6D6D6. Windows color (decimal): -4658246 or 12250040. OLE color: 12250040.

HSL color Cylindrical-coordinate representation of color #B8EBBA: hue angle of 122.35º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBBA is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB184235186-
CMYK0.2200.210.08
HSL122.35º56.04%82.16%-
HSV(B)122.35º21.7%92.16%-
XYZ58.3473.1557.5-
YUV214.16112.1106.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 30.41%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=30.41%
G=38.84%
B=30.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842351860.2200.210.08122.3556.0482.16
HexB8EBBA1601587a3852
Octal270353272260251017270122
Binary10111000111010111011101010110010101100011110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBBA; }

 p { color: rgb(184,235,186); }

 H1.HeaderClassName
 {
   color: #B8EBBA;
 }
 .AnyTagClassName
 {
   color: #B8EBBA;
 }
</style>
background-color css

<style>
 a { background-color: #B8EBBA; }

 a { background-color: rgb(184,235,186); }

 div.DivClassName
 {
   background-color: #B8EBBA;
 }
 .BgClassName
 {
   background-color: #B8EBBA;
 }
</style>
border-color css

<style>
 span { border-color: #B8EBBA; }

 span { border-color: rgb(184,235,186); }

 td.TdClassName
 {
   border-color: #B8EBBA;
 }
 .TagClassName
 {
   border-color: #B8EBBA;
 }
</style>