#B8FBEA

Color #B8FBEA Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B8FBEA

Tints of Water Leaf #B8FBEA

Color information

#B8FBEA (or 0xB8FBEA) is unknown color: approx Water Leaf. HEX triplet: B8, FB and EA. RGB value is (184,251,234). Sum of RGB (Red+Green+Blue) = 184+251+234=669 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.50% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBEA is #470415. Grayscale: #E5E5E5. Windows color (decimal): -4654102 or 15399864. OLE color: 15399864.

HSL color Cylindrical-coordinate representation of color #B8FBEA: hue angle of 164.78º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBEA is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB184251234-
CMYK0.2700.070.02
HSL164.78º89.33%85.29%-
HSV(B)164.78º26.69%98.43%-
XYZ69.1285.1390.63-
YUV229.03130.895.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.50%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=27.50%
G=37.52%
B=34.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842512340.2700.070.02164.7889.3385.29
HexB8FBEA1B072a55955
Octal27037335233072245131125
Binary101110001111101111101010110110111101010010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBEA; }

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

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

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

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

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

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

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

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