#B6F1E5

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

Shades of Water Leaf #B6F1E5

Tints of Water Leaf #B6F1E5

Color information

#B6F1E5 (or 0xB6F1E5) is unknown color: approx Water Leaf. HEX triplet: B6, F1 and E5. RGB value is (182,241,229). Sum of RGB (Red+Green+Blue) = 182+241+229=652 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.91% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1E5 is #490E1A. Grayscale: #DDDDDD. Windows color (decimal): -4787739 or 15069622. OLE color: 15069622.

HSL color Cylindrical-coordinate representation of color #B6F1E5: hue angle of 167.8º 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 #B6F1E5 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB182241229-
CMYK0.2400.050.05
HSL167.8º67.82%82.94%-
HSV(B)167.8º24.48%94.51%-
XYZ64.8978.5185.86-
YUV221.99131.9599.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.91%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 229 (89.84% from 255) = 35.12%
R=27.91%
G=36.96%
B=35.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822412290.2400.050.05167.867.8282.94
HexB6F1E518055a84453
Octal26636134530055250104123
Binary1011011011110001111001011100001011011010100010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1E5; }

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

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

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

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

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

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

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

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