#B6F0DC

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

Shades of Water Leaf #B6F0DC

Tints of Water Leaf #B6F0DC

Color information

#B6F0DC (or 0xB6F0DC) is unknown color: approx Water Leaf. HEX triplet: B6, F0 and DC. RGB value is (182,240,220). Sum of RGB (Red+Green+Blue) = 182+240+220=642 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.35% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F0DC is #490F23. Grayscale: #DCDCDC. Windows color (decimal): -4788004 or 14479542. OLE color: 14479542.

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

Color convert

RGB182240220-
CMYK0.2400.080.06
HSL159.31º65.91%82.75%-
HSV(B)159.31º24.17%94.12%-
XYZ63.3777.4379.32-
YUV220.38127.78100.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.35%
GREEN value IS 240 (94.14% from 255) = 37.38%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=28.35%
G=37.38%
B=34.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822402200.2400.080.06159.3165.9182.75
HexB6F0DC180869f4253
Octal266360334300106237102123
Binary10110110111100001101110011000010001101001111110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F0DC; }

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

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

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

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

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

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

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

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