#B0F4DF

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

Shades of Water Leaf #B0F4DF

Tints of Water Leaf #B0F4DF

Color information

#B0F4DF (or 0xB0F4DF) is unknown color: approx Water Leaf. HEX triplet: B0, F4 and DF. RGB value is (176,244,223). Sum of RGB (Red+Green+Blue) = 176+244+223=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4DF is #4F0B20. Grayscale: #DDDDDD. Windows color (decimal): -5180193 or 14677168. OLE color: 14677168.

HSL color Cylindrical-coordinate representation of color #B0F4DF: hue angle of 161.47º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4DF is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB176244223-
CMYK0.2800.090.04
HSL161.47º75.56%82.35%-
HSV(B)161.47º27.87%95.69%-
XYZ63.5779.2681.76-
YUV221.27128.9795.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.37%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=27.37%
G=37.95%
B=34.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762442230.2800.090.04161.4775.5682.35
HexB0F4DF1C094a14c52
Octal260364337340114241114122
Binary10110000111101001101111111100010011001010000110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F4DF; }

 p { color: rgb(176,244,223); }

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

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

 a { background-color: rgb(176,244,223); }

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

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

 span { border-color: rgb(176,244,223); }

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