#B8EDDA

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

Shades of Water Leaf #B8EDDA

Tints of Water Leaf #B8EDDA

Color information

#B8EDDA (or 0xB8EDDA) is unknown color: approx Water Leaf. HEX triplet: B8, ED and DA. RGB value is (184,237,218). Sum of RGB (Red+Green+Blue) = 184+237+218=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDDA is #471225. Grayscale: #DBDBDB. Windows color (decimal): -4657702 or 14347704. OLE color: 14347704.

HSL color Cylindrical-coordinate representation of color #B8EDDA: hue angle of 158.49º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDDA is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB184237218-
CMYK0.2200.080.07
HSL158.49º59.55%82.55%-
HSV(B)158.49º22.36%92.94%-
XYZ62.7175.8277.66-
YUV218.99127.44103.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.79%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=28.79%
G=37.09%
B=34.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842372180.2200.080.07158.4959.5582.55
HexB8EDDA160879e3c53
Octal27035533226010723674123
Binary1011100011101101110110101011001000111100111101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EDDA; }

 p { color: rgb(184,237,218); }

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

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

 a { background-color: rgb(184,237,218); }

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

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

 span { border-color: rgb(184,237,218); }

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