#B9F1E9

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

Shades of Water Leaf #B9F1E9

Tints of Water Leaf #B9F1E9

Color information

#B9F1E9 (or 0xB9F1E9) is unknown color: approx Water Leaf. HEX triplet: B9, F1 and E9. RGB value is (185,241,233). Sum of RGB (Red+Green+Blue) = 185+241+233=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1E9 is #460E16. Grayscale: #DFDFDF. Windows color (decimal): -4591127 or 15331769. OLE color: 15331769.

HSL color Cylindrical-coordinate representation of color #B9F1E9: hue angle of 171.43º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F1E9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB185241233-
CMYK0.2300.030.05
HSL171.43º66.67%83.53%-
HSV(B)171.43º23.24%94.51%-
XYZ66.1779.1188.87-
YUV223.34133.45100.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.07%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=28.07%
G=36.57%
B=35.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852412330.2300.030.05171.4366.6783.53
HexB9F1E917035ab4354
Octal27136135127035253103124
Binary101110011111000111101001101110111011010101110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1E9; }

 p { color: rgb(185,241,233); }

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

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

 a { background-color: rgb(185,241,233); }

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

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

 span { border-color: rgb(185,241,233); }

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