#B6F9E5

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

Shades of Water Leaf #B6F9E5

Tints of Water Leaf #B6F9E5

Color information

#B6F9E5 (or 0xB6F9E5) is unknown color: approx Water Leaf. HEX triplet: B6, F9 and E5. RGB value is (182,249,229). Sum of RGB (Red+Green+Blue) = 182+249+229=660 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.58% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9E5 is #49061A. Grayscale: #E2E2E2. Windows color (decimal): -4785691 or 15071670. OLE color: 15071670.

HSL color Cylindrical-coordinate representation of color #B6F9E5: hue angle of 162.09º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F9E5 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB182249229-
CMYK0.2700.080.02
HSL162.09º84.81%84.51%-
HSV(B)162.09º26.91%97.65%-
XYZ67.3183.3586.67-
YUV226.69129.396.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.58%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=27.58%
G=37.73%
B=34.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822492290.2700.080.02162.0984.8184.51
HexB6F9E51B082a25555
Octal266371345330102242125125
Binary1011011011111001111001011101101000101010001010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F9E5; }

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

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

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

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

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

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

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

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