#BAB6CA

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

Shades of Blue Haze #BAB6CA

Tints of Blue Haze #BAB6CA

Color information

#BAB6CA (or 0xBAB6CA) is unknown color: approx Blue Haze. HEX triplet: BA, B6 and CA. RGB value is (186,182,202). Sum of RGB (Red+Green+Blue) = 186+182+202=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6CA is #454935. Grayscale: #B9B9B9. Windows color (decimal): -4540726 or 13285050. OLE color: 13285050.

HSL color Cylindrical-coordinate representation of color #BAB6CA: hue angle of 252º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB6CA is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186182202-
CMYK0.080.1000.21
HSL252º15.87%75.29%-
HSV(B)252º9.9%79.22%-
XYZ47.6448.1662.66-
YUV185.48137.33128.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=32.63%
G=31.93%
B=35.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861822020.080.1000.2125215.8775.29
HexBAB6CA8A015fc104b
Octal272266312101202537420113
Binary1011101010110110110010101000101001010111111100100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6CA; }

 p { color: rgb(186,182,202); }

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

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

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

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

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

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

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