#B8FBE7

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

Shades of Water Leaf #B8FBE7

Tints of Water Leaf #B8FBE7

Color information

#B8FBE7 (or 0xB8FBE7) is unknown color: approx Water Leaf. HEX triplet: B8, FB and E7. RGB value is (184,251,231). Sum of RGB (Red+Green+Blue) = 184+251+231=666 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.63% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBE7 is #470418. Grayscale: #E4E4E4. Windows color (decimal): -4654105 or 15203256. OLE color: 15203256.

HSL color Cylindrical-coordinate representation of color #B8FBE7: hue angle of 162.09º 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 #B8FBE7 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB184251231-
CMYK0.2700.080.02
HSL162.09º89.33%85.29%-
HSV(B)162.09º26.69%98.43%-
XYZ68.6984.9588.38-
YUV228.69129.396.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.63%
GREEN value IS 251 (98.44% from 255) = 37.69%
BLUE value IS 231 (90.62% from 255) = 34.68%
R=27.63%
G=37.69%
B=34.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842512310.2700.080.02162.0989.3385.29
HexB8FBE71B082a25955
Octal270373347330102242131125
Binary1011100011111011111001111101101000101010001010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBE7; }

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

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

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

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

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

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

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

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