#B9E0BA

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

Shades of Fringy Flower #B9E0BA

Tints of Fringy Flower #B9E0BA

Color information

#B9E0BA (or 0xB9E0BA) is unknown color: approx Fringy Flower. HEX triplet: B9, E0 and BA. RGB value is (185,224,186). Sum of RGB (Red+Green+Blue) = 185+224+186=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0BA is #461F45. Grayscale: #D0D0D0. Windows color (decimal): -4595526 or 12247225. OLE color: 12247225.

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

Color convert

RGB185224186-
CMYK0.1700.170.12
HSL121.54º38.61%80.2%-
HSV(B)121.54º17.41%87.84%-
XYZ55.5367.1756.49-
YUV208.01115.58111.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=31.09%
G=37.65%
B=31.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852241860.1700.170.12121.5438.6180.2
HexB9E0BA11011C7a2750
Octal271340272210211417247120
Binary10111001111000001011101010001010001110011110101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E0BA; }

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

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

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

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

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

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

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

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