#B8EABF

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

Shades of Fringy Flower #B8EABF

Tints of Fringy Flower #B8EABF

Color information

#B8EABF (or 0xB8EABF) is unknown color: approx Fringy Flower. HEX triplet: B8, EA and BF. RGB value is (184,234,191). Sum of RGB (Red+Green+Blue) = 184+234+191=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EABF is #471540. Grayscale: #D6D6D6. Windows color (decimal): -4658497 or 12577464. OLE color: 12577464.

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

Color convert

RGB184234191-
CMYK0.2100.180.08
HSL128.4º54.35%81.96%-
HSV(B)128.4º21.37%91.76%-
XYZ58.5972.860.25-
YUV214.15114.94106.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.21%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 191 (75% from 255) = 31.36%
R=30.21%
G=38.42%
B=31.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842341910.2100.180.08128.454.3581.96
HexB8EABF150128803652
Octal270352277250221020066122
Binary101110001110101010111111101010100101000100000001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EABF; }

 p { color: rgb(184,234,191); }

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

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

 a { background-color: rgb(184,234,191); }

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

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

 span { border-color: rgb(184,234,191); }

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