#B6FDED

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

Shades of Water Leaf #B6FDED

Tints of Water Leaf #B6FDED

Color information

#B6FDED (or 0xB6FDED) is unknown color: approx Water Leaf. HEX triplet: B6, FD and ED. RGB value is (182,253,237). Sum of RGB (Red+Green+Blue) = 182+253+237=672 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.08% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FDED is #490212. Grayscale: #E5E5E5. Windows color (decimal): -4784659 or 15596982. OLE color: 15596982.

HSL color Cylindrical-coordinate representation of color #B6FDED: hue angle of 166.48º degrees, saturation: 0.95, 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 #B6FDED is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB182253237-
CMYK0.2800.060.01
HSL166.48º94.67%85.29%-
HSV(B)166.48º28.06%99.22%-
XYZ69.786.3193.11-
YUV229.95131.9893.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.08%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=27.08%
G=37.65%
B=35.27%

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
Decimal1822532370.2800.060.01166.4894.6785.29
HexB6FDED1C061a65f55
Octal26637535534061246137125
Binary10110110111111011110110111100011011010011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDED; }

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

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

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

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

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

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

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

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