#BABACB

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

Shades of Blue Haze #BABACB

Tints of Blue Haze #BABACB

Color information

#BABACB (or 0xBABACB) is unknown color: approx Blue Haze. HEX triplet: BA, BA and CB. RGB value is (186,186,203). Sum of RGB (Red+Green+Blue) = 186+186+203=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #BABACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABACB is #454534. Grayscale: #BBBBBB. Windows color (decimal): -4539701 or 13351610. OLE color: 13351610.

HSL color Cylindrical-coordinate representation of color #BABACB: hue angle of 240º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABACB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186186203-
CMYK0.080.0800.20
HSL240º14.05%76.27%-
HSV(B)240º8.37%79.61%-
XYZ48.5949.8763.56-
YUV187.94136.5126.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=32.35%
G=32.35%
B=35.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861862030.080.0800.2024014.0576.27
HexBABACB88014f0e4c
Octal272272313101002436016114
Binary101110101011101011001011100010000101001111000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABACB; }

 p { color: rgb(186,186,203); }

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

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

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

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

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

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

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