#B6F3DE

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

Shades of Water Leaf #B6F3DE

Tints of Water Leaf #B6F3DE

Color information

#B6F3DE (or 0xB6F3DE) is unknown color: approx Water Leaf. HEX triplet: B6, F3 and DE. RGB value is (182,243,222). Sum of RGB (Red+Green+Blue) = 182+243+222=647 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.13% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F3DE is #490C21. Grayscale: #DEDEDE. Windows color (decimal): -4787234 or 14611382. OLE color: 14611382.

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

Color convert

RGB182243222-
CMYK0.2500.090.05
HSL159.34º71.76%83.33%-
HSV(B)159.34º25.1%95.29%-
XYZ64.5379.3281.02-
YUV222.37127.7999.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.13%
GREEN value IS 243 (95.31% from 255) = 37.56%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=28.13%
G=37.56%
B=34.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822432220.2500.090.05159.3471.7683.33
HexB6F3DE190959f4853
Octal266363336310115237110123
Binary10110110111100111101111011001010011011001111110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3DE; }

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

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

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

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

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

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

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

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