#B4E9DD

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

Shades of Water Leaf #B4E9DD

Tints of Water Leaf #B4E9DD

Color information

#B4E9DD (or 0xB4E9DD) is unknown color: approx Water Leaf. HEX triplet: B4, E9 and DD. RGB value is (180,233,221). Sum of RGB (Red+Green+Blue) = 180+233+221=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9DD is #4B1622. Grayscale: #D7D7D7. Windows color (decimal): -4920867 or 14543284. OLE color: 14543284.

HSL color Cylindrical-coordinate representation of color #B4E9DD: hue angle of 166.42º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9DD is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB180233221-
CMYK0.2300.050.09
HSL166.42º54.64%80.98%-
HSV(B)166.42º22.75%91.37%-
XYZ61.0173.279.32-
YUV215.78130.94102.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.39%
GREEN value IS 233 (91.41% from 255) = 36.75%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=28.39%
G=36.75%
B=34.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802332210.2300.050.09166.4254.6480.98
HexB4E9DD17059a63751
Octal26435133527051124667121
Binary1011010011101001110111011011101011001101001101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E9DD; }

 p { color: rgb(180,233,221); }

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

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

 a { background-color: rgb(180,233,221); }

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

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

 span { border-color: rgb(180,233,221); }

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