#B6FDE4

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

Shades of Water Leaf #B6FDE4

Tints of Water Leaf #B6FDE4

Color information

#B6FDE4 (or 0xB6FDE4) is unknown color: approx Water Leaf. HEX triplet: B6, FD and E4. RGB value is (182,253,228). Sum of RGB (Red+Green+Blue) = 182+253+228=663 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.45% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDE4 is #49021B. Grayscale: #E4E4E4. Windows color (decimal): -4784668 or 15007158. OLE color: 15007158.

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

Color convert

RGB182253228-
CMYK0.2800.100.01
HSL158.87º94.67%85.29%-
HSV(B)158.87º28.06%99.22%-
XYZ68.4285.886.35-
YUV228.92127.4894.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.45%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 228 (89.45% from 255) = 34.39%
R=27.45%
G=38.16%
B=34.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822532280.2800.100.01158.8794.6785.29
HexB6FDE41C0A19f5f55
Octal266375344340121237137125
Binary101101101111110111100100111000101011001111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDE4; }

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

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

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

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

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

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

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

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