#B8F3E5

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

Shades of Water Leaf #B8F3E5

Tints of Water Leaf #B8F3E5

Color information

#B8F3E5 (or 0xB8F3E5) is unknown color: approx Water Leaf. HEX triplet: B8, F3 and E5. RGB value is (184,243,229). Sum of RGB (Red+Green+Blue) = 184+243+229=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F3E5 is #470C1A. Grayscale: #DFDFDF. Windows color (decimal): -4656155 or 15070136. OLE color: 15070136.

HSL color Cylindrical-coordinate representation of color #B8F3E5: hue angle of 165.76º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F3E5 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB184243229-
CMYK0.2400.060.05
HSL165.76º71.08%83.73%-
HSV(B)165.76º24.28%95.29%-
XYZ65.9679.9586.08-
YUV223.76130.9599.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.05%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=28.05%
G=37.04%
B=34.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842432290.2400.060.05165.7671.0883.73
HexB8F3E518065a64754
Octal27036334530065246107124
Binary1011100011110011111001011100001101011010011010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F3E5; }

 p { color: rgb(184,243,229); }

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

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

 a { background-color: rgb(184,243,229); }

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

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

 span { border-color: rgb(184,243,229); }

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