#B9E0B8

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

Shades of Fringy Flower #B9E0B8

Tints of Fringy Flower #B9E0B8

Color information

#B9E0B8 (or 0xB9E0B8) is unknown color: approx Fringy Flower. HEX triplet: B9, E0 and B8. RGB value is (185,224,184). Sum of RGB (Red+Green+Blue) = 185+224+184=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0B8 is #461F47. Grayscale: #CFCFCF. Windows color (decimal): -4595528 or 12116153. OLE color: 12116153.

HSL color Cylindrical-coordinate representation of color #B9E0B8: hue angle of 118.5º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E0B8 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB185224184-
CMYK0.1700.180.12
HSL118.5º39.22%80%-
HSV(B)118.5º17.86%87.84%-
XYZ55.3167.0955.38-
YUV207.78114.58111.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 184 (72.27% from 255) = 31.03%
R=31.20%
G=37.77%
B=31.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852241840.1700.180.12118.539.2280
HexB9E0B811012C762750
Octal271340270210221416647120
Binary10111001111000001011100010001010010110011101101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E0B8; }

 p { color: rgb(185,224,184); }

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

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

 a { background-color: rgb(185,224,184); }

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

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

 span { border-color: rgb(185,224,184); }

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