#B6FDE5

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

Shades of Water Leaf #B6FDE5

Tints of Water Leaf #B6FDE5

Color information

#B6FDE5 (or 0xB6FDE5) is unknown color: approx Water Leaf. HEX triplet: B6, FD and E5. RGB value is (182,253,229). Sum of RGB (Red+Green+Blue) = 182+253+229=664 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.41% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDE5 is #49021A. Grayscale: #E5E5E5. Windows color (decimal): -4784667 or 15072694. OLE color: 15072694.

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

Color convert

RGB182253229-
CMYK0.2800.090.01
HSL159.72º94.67%85.29%-
HSV(B)159.72º28.06%99.22%-
XYZ68.5685.8587.09-
YUV229.04127.9894.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.41%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 229 (89.84% from 255) = 34.49%
R=27.41%
G=38.10%
B=34.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822532290.2800.090.01159.7294.6785.29
HexB6FDE51C091a05f55
Octal266375345340111240137125
Binary101101101111110111100101111000100111010000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDE5; }

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

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

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

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

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

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

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

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