#BABFB9

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

Shades of Rainee #BABFB9

Tints of Rainee #BABFB9

Color information

#BABFB9 (or 0xBABFB9) is unknown color: approx Rainee. HEX triplet: BA, BF and B9. RGB value is (186,191,185). Sum of RGB (Red+Green+Blue) = 186+191+185=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFB9 is #454046. Grayscale: #BCBCBC. Windows color (decimal): -4538439 or 12173242. OLE color: 12173242.

HSL color Cylindrical-coordinate representation of color #BABFB9: hue angle of 110º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABFB9 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB186191185-
CMYK0.0300.030.25
HSL110º4.48%73.73%-
HSV(B)110º3.14%74.9%-
XYZ47.6451.253.27-
YUV188.82125.84125.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=33.10%
G=33.99%
B=32.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911850.0300.030.251104.4873.73
HexBABFB9303196e44a
Octal272277271303311564112
Binary101110101011111110111001110111100111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFB9; }

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

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

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

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

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

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

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

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