#B8EFE4

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

Shades of Water Leaf #B8EFE4

Tints of Water Leaf #B8EFE4

Color information

#B8EFE4 (or 0xB8EFE4) is unknown color: approx Water Leaf. HEX triplet: B8, EF and E4. RGB value is (184,239,228). Sum of RGB (Red+Green+Blue) = 184+239+228=651 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.26% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFE4 is #47101B. Grayscale: #DDDDDD. Windows color (decimal): -4657180 or 15003576. OLE color: 15003576.

HSL color Cylindrical-coordinate representation of color #B8EFE4: hue angle of 168º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFE4 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB184239228-
CMYK0.2300.050.06
HSL168º63.22%82.94%-
HSV(B)168º23.01%93.73%-
XYZ64.6477.5284.96-
YUV221.3131.78101.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.26%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 228 (89.45% from 255) = 35.02%
R=28.26%
G=36.71%
B=35.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842392280.2300.050.0616863.2282.94
HexB8EFE417056a83f53
Octal2703573442705625077123
Binary101110001110111111100100101110101110101010001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFE4; }

 p { color: rgb(184,239,228); }

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

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

 a { background-color: rgb(184,239,228); }

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

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

 span { border-color: rgb(184,239,228); }

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