#B6F1DE

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

Shades of Water Leaf #B6F1DE

Tints of Water Leaf #B6F1DE

Color information

#B6F1DE (or 0xB6F1DE) is unknown color: approx Water Leaf. HEX triplet: B6, F1 and DE. RGB value is (182,241,222). Sum of RGB (Red+Green+Blue) = 182+241+222=645 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.22% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1DE is #490E21. Grayscale: #DDDDDD. Windows color (decimal): -4787746 or 14610870. OLE color: 14610870.

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

Color convert

RGB182241222-
CMYK0.2400.080.05
HSL160.68º67.82%82.94%-
HSV(B)160.68º24.48%94.51%-
XYZ63.9378.1380.82-
YUV221.19128.45100.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.22%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=28.22%
G=37.36%
B=34.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822412220.2400.080.05160.6867.8282.94
HexB6F1DE18085a14453
Octal266361336300105241104123
Binary10110110111100011101111011000010001011010000110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1DE; }

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

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

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

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

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

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

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

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