#B6FDE1

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

Shades of Water Leaf #B6FDE1

Tints of Water Leaf #B6FDE1

Color information

#B6FDE1 (or 0xB6FDE1) is unknown color: approx Water Leaf. HEX triplet: B6, FD and E1. RGB value is (182,253,225). Sum of RGB (Red+Green+Blue) = 182+253+225=660 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.58% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDE1 is #49021E. Grayscale: #E4E4E4. Windows color (decimal): -4784671 or 14810550. OLE color: 14810550.

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

Color convert

RGB182253225-
CMYK0.2800.110.01
HSL156.34º94.67%85.29%-
HSV(B)156.34º28.06%99.22%-
XYZ68.0185.6384.18-
YUV228.58125.9894.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.58%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 225 (88.28% from 255) = 34.09%
R=27.58%
G=38.33%
B=34.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822532250.2800.110.01156.3494.6785.29
HexB6FDE11C0B19c5f55
Octal266375341340131234137125
Binary101101101111110111100001111000101111001110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDE1; }

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

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

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

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

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

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

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

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