#B1ABCA

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

Shades of Blue Haze #B1ABCA

Tints of Blue Haze #B1ABCA

Color information

#B1ABCA (or 0xB1ABCA) is unknown color: approx Blue Haze. HEX triplet: B1, AB and CA. RGB value is (177,171,202). Sum of RGB (Red+Green+Blue) = 177+171+202=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABCA is #4E5435. Grayscale: #B0B0B0. Windows color (decimal): -5133366 or 13282225. OLE color: 13282225.

HSL color Cylindrical-coordinate representation of color #B1ABCA: hue angle of 251.61º 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 #B1ABCA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177171202-
CMYK0.120.1500.21
HSL251.61º22.63%73.14%-
HSV(B)251.61º15.35%79.22%-
XYZ43.3642.7461.84-
YUV176.33142.49128.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=32.18%
G=31.09%
B=36.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771712020.120.1500.21251.6122.6373.14
HexB1ABCACF015fc1749
Octal261253312141702537427111
Binary1011000110101011110010101100111101010111111100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABCA; }

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

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

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

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

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

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

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

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