#B4F1DE

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

Shades of Water Leaf #B4F1DE

Tints of Water Leaf #B4F1DE

Color information

#B4F1DE (or 0xB4F1DE) is unknown color: approx Water Leaf. HEX triplet: B4, F1 and DE. RGB value is (180,241,222). Sum of RGB (Red+Green+Blue) = 180+241+222=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1DE is #4B0E21. Grayscale: #DCDCDC. Windows color (decimal): -4918818 or 14610868. OLE color: 14610868.

HSL color Cylindrical-coordinate representation of color #B4F1DE: hue angle of 161.31º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F1DE is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB180241222-
CMYK0.2500.080.05
HSL161.31º68.54%82.55%-
HSV(B)161.31º25.31%94.51%-
XYZ63.4677.8980.8-
YUV220.59128.7999.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.99%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=27.99%
G=37.48%
B=34.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802412220.2500.080.05161.3168.5482.55
HexB4F1DE19085a14553
Octal264361336310105241105123
Binary10110100111100011101111011001010001011010000110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F1DE; }

 p { color: rgb(180,241,222); }

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

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

 a { background-color: rgb(180,241,222); }

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

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

 span { border-color: rgb(180,241,222); }

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