#B6FCED

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

Shades of Water Leaf #B6FCED

Tints of Water Leaf #B6FCED

Color information

#B6FCED (or 0xB6FCED) is unknown color: approx Water Leaf. HEX triplet: B6, FC and ED. RGB value is (182,252,237). Sum of RGB (Red+Green+Blue) = 182+252+237=671 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.12% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FCED is #490312. Grayscale: #E5E5E5. Windows color (decimal): -4784915 or 15596726. OLE color: 15596726.

HSL color Cylindrical-coordinate representation of color #B6FCED: hue angle of 167.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FCED is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB182252237-
CMYK0.2800.060.01
HSL167.14º92.11%85.1%-
HSV(B)167.14º27.78%98.82%-
XYZ69.3985.6893-
YUV229.36132.3194.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.12%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=27.12%
G=37.56%
B=35.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822522370.2800.060.01167.1492.1185.1
HexB6FCED1C061a75c55
Octal26637435534061247134125
Binary10110110111111001110110111100011011010011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCED; }

 p { color: rgb(182,252,237); }

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

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

 a { background-color: rgb(182,252,237); }

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

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

 span { border-color: rgb(182,252,237); }

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