#B0ABCA

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

Shades of Blue Haze #B0ABCA

Tints of Blue Haze #B0ABCA

Color information

#B0ABCA (or 0xB0ABCA) is unknown color: approx Blue Haze. HEX triplet: B0, AB and CA. RGB value is (176,171,202). Sum of RGB (Red+Green+Blue) = 176+171+202=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABCA is #4F5435. Grayscale: #AFAFAF. Windows color (decimal): -5198902 or 13282224. OLE color: 13282224.

HSL color Cylindrical-coordinate representation of color #B0ABCA: hue angle of 249.68º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0ABCA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176171202-
CMYK0.130.1500.21
HSL249.68º22.63%73.14%-
HSV(B)249.68º15.35%79.22%-
XYZ43.1342.6261.83-
YUV176.03142.66127.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=32.06%
G=31.15%
B=36.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761712020.130.1500.21249.6822.6373.14
HexB0ABCADF015fa1749
Octal260253312151702537227111
Binary1011000010101011110010101101111101010111111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABCA; }

 p { color: rgb(176,171,202); }

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

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

 a { background-color: rgb(176,171,202); }

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

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

 span { border-color: rgb(176,171,202); }

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