#B4E5DF

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

Shades of Water Leaf #B4E5DF

Tints of Water Leaf #B4E5DF

Color information

#B4E5DF (or 0xB4E5DF) is unknown color: approx Water Leaf. HEX triplet: B4, E5 and DF. RGB value is (180,229,223). Sum of RGB (Red+Green+Blue) = 180+229+223=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5DF is #4B1A20. Grayscale: #D5D5D5. Windows color (decimal): -4921889 or 14673332. OLE color: 14673332.

HSL color Cylindrical-coordinate representation of color #B4E5DF: hue angle of 172.65º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5DF is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB180229223-
CMYK0.2100.030.10
HSL172.65º48.51%80.2%-
HSV(B)172.65º21.4%89.8%-
XYZ60.1671.0780.36-
YUV213.66133.27103.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.48%
GREEN value IS 229 (89.84% from 255) = 36.23%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=28.48%
G=36.23%
B=35.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802292230.2100.030.10172.6548.5180.2
HexB4E5DF1503Aad3150
Octal26434533725031225561120
Binary101101001110010111011111101010111010101011011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E5DF; }

 p { color: rgb(180,229,223); }

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

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

 a { background-color: rgb(180,229,223); }

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

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

 span { border-color: rgb(180,229,223); }

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