#B6F1E3

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

Shades of Water Leaf #B6F1E3

Tints of Water Leaf #B6F1E3

Color information

#B6F1E3 (or 0xB6F1E3) is unknown color: approx Water Leaf. HEX triplet: B6, F1 and E3. RGB value is (182,241,227). Sum of RGB (Red+Green+Blue) = 182+241+227=650 (86% of max value = 765). Red value is 182 (71.48% from 255 or 28% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1E3 is #490E1C. Grayscale: #DDDDDD. Windows color (decimal): -4787741 or 14938550. OLE color: 14938550.

HSL color Cylindrical-coordinate representation of color #B6F1E3: hue angle of 165.76º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F1E3 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB182241227-
CMYK0.2400.060.05
HSL165.76º67.82%82.94%-
HSV(B)165.76º24.48%94.51%-
XYZ64.6178.484.4-
YUV221.76130.9599.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=28%
G=37.08%
B=34.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822412270.2400.060.05165.7667.8282.94
HexB6F1E318065a64453
Octal26636134330065246104123
Binary1011011011110001111000111100001101011010011010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1E3; }

 p { color: rgb(182,241,227); }

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

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

 a { background-color: rgb(182,241,227); }

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

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

 span { border-color: rgb(182,241,227); }

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