#B9F6EA

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

Shades of Water Leaf #B9F6EA

Tints of Water Leaf #B9F6EA

Color information

#B9F6EA (or 0xB9F6EA) is unknown color: approx Water Leaf. HEX triplet: B9, F6 and EA. RGB value is (185,246,234). Sum of RGB (Red+Green+Blue) = 185+246+234=665 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.82% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F6EA is #460915. Grayscale: #E2E2E2. Windows color (decimal): -4589846 or 15398585. OLE color: 15398585.

HSL color Cylindrical-coordinate representation of color #B9F6EA: hue angle of 168.2º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F6EA is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB185246234-
CMYK0.2500.050.04
HSL168.2º77.22%84.51%-
HSV(B)168.2º24.8%96.47%-
XYZ67.8182.1790.13-
YUV226.39132.2998.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.82%
GREEN value IS 246 (96.48% from 255) = 36.99%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=27.82%
G=36.99%
B=35.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852462340.2500.050.04168.277.2284.51
HexB9F6EA19054a84d55
Octal27136635231054250115125
Binary1011100111110110111010101100101011001010100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F6EA; }

 p { color: rgb(185,246,234); }

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

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

 a { background-color: rgb(185,246,234); }

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

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

 span { border-color: rgb(185,246,234); }

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