#B9F1E5

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

Shades of Water Leaf #B9F1E5

Tints of Water Leaf #B9F1E5

Color information

#B9F1E5 (or 0xB9F1E5) is unknown color: approx Water Leaf. HEX triplet: B9, F1 and E5. RGB value is (185,241,229). Sum of RGB (Red+Green+Blue) = 185+241+229=655 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.24% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F1E5 is #460E1A. Grayscale: #DEDEDE. Windows color (decimal): -4591131 or 15069625. OLE color: 15069625.

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

Color convert

RGB185241229-
CMYK0.2300.050.05
HSL167.14º66.67%83.53%-
HSV(B)167.14º23.24%94.51%-
XYZ65.6178.8885.9-
YUV222.89131.45100.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.24%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=28.24%
G=36.79%
B=34.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852412290.2300.050.05167.1466.6783.53
HexB9F1E517055a74354
Octal27136134527055247103124
Binary1011100111110001111001011011101011011010011110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1E5; }

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

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

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

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

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

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

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

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