#B9E5BF

Color #B9E5BF Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B9E5BF

Tints of Fringy Flower #B9E5BF

Color information

#B9E5BF (or 0xB9E5BF) is unknown color: approx Fringy Flower. HEX triplet: B9, E5 and BF. RGB value is (185,229,191). Sum of RGB (Red+Green+Blue) = 185+229+191=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E5BF is #461A40. Grayscale: #D3D3D3. Windows color (decimal): -4594241 or 12576185. OLE color: 12576185.

HSL color Cylindrical-coordinate representation of color #B9E5BF: hue angle of 128.18º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E5BF is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB185229191-
CMYK0.1900.170.10
HSL128.18º45.83%81.18%-
HSV(B)128.18º19.21%89.8%-
XYZ57.4370.1159.8-
YUV211.51116.42109.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 229 (89.84% from 255) = 37.85%
BLUE value IS 191 (75% from 255) = 31.57%
R=30.58%
G=37.85%
B=31.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1852291910.1900.170.10128.1845.8381.18
HexB9E5BF13011A802e51
Octal271345277230211220056121
Binary101110011110010110111111100110100011010100000001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E5BF; }

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

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

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

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

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

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

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

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