#B0F0DC

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

Shades of Water Leaf #B0F0DC

Tints of Water Leaf #B0F0DC

Color information

#B0F0DC (or 0xB0F0DC) is unknown color: approx Water Leaf. HEX triplet: B0, F0 and DC. RGB value is (176,240,220). Sum of RGB (Red+Green+Blue) = 176+240+220=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0DC is #4F0F23. Grayscale: #DADADA. Windows color (decimal): -5181220 or 14479536. OLE color: 14479536.

HSL color Cylindrical-coordinate representation of color #B0F0DC: hue angle of 161.25º 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 #B0F0DC is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB176240220-
CMYK0.2700.080.06
HSL161.25º68.09%81.57%-
HSV(B)161.25º26.67%94.12%-
XYZ61.9876.7279.25-
YUV218.58128.897.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.67%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=27.67%
G=37.74%
B=34.59%

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
Decimal1762402200.2700.080.06161.2568.0981.57
HexB0F0DC1B086a14452
Octal260360334330106241104122
Binary10110000111100001101110011011010001101010000110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0DC; }

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

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

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

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

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

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

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

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