#B0F0DD

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

Shades of Water Leaf #B0F0DD

Tints of Water Leaf #B0F0DD

Color information

#B0F0DD (or 0xB0F0DD) is unknown color: approx Water Leaf. HEX triplet: B0, F0 and DD. RGB value is (176,240,221). Sum of RGB (Red+Green+Blue) = 176+240+221=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0DD is #4F0F22. Grayscale: #DADADA. Windows color (decimal): -5181219 or 14545072. OLE color: 14545072.

HSL color Cylindrical-coordinate representation of color #B0F0DD: hue angle of 162.19º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0DD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB176240221-
CMYK0.2700.080.06
HSL162.19º68.09%81.57%-
HSV(B)162.19º26.67%94.12%-
XYZ62.1276.7779.95-
YUV218.7129.397.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.63%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=27.63%
G=37.68%
B=34.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762402210.2700.080.06162.1968.0981.57
HexB0F0DD1B086a24452
Octal260360335330106242104122
Binary10110000111100001101110111011010001101010001010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0DD; }

 p { color: rgb(176,240,221); }

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

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

 a { background-color: rgb(176,240,221); }

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

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

 span { border-color: rgb(176,240,221); }

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