#BAB7CC

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

Shades of Blue Haze #BAB7CC

Tints of Blue Haze #BAB7CC

Color information

#BAB7CC (or 0xBAB7CC) is unknown color: approx Blue Haze. HEX triplet: BA, B7 and CC. RGB value is (186,183,204). Sum of RGB (Red+Green+Blue) = 186+183+204=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAB7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7CC is #454833. Grayscale: #BABABA. Windows color (decimal): -4540468 or 13416378. OLE color: 13416378.

HSL color Cylindrical-coordinate representation of color #BAB7CC: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB7CC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186183204-
CMYK0.090.1000.2
HSL248.57º17.07%75.88%-
HSV(B)248.57º10.29%80%-
XYZ48.0848.6763.99-
YUV186.29137.99127.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 183 (71.88% from 255) = 31.94%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=32.46%
G=31.94%
B=35.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861832040.090.1000.2248.5717.0775.88
HexBAB7CC9A014f9114c
Octal272267314111202437121114
Binary1011101010110111110011001001101001010011111001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7CC; }

 p { color: rgb(186,183,204); }

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

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

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

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

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

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

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