#B1ABCC

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

Shades of Blue Haze #B1ABCC

Tints of Blue Haze #B1ABCC

Color information

#B1ABCC (or 0xB1ABCC) is unknown color: approx Blue Haze. HEX triplet: B1, AB and CC. RGB value is (177,171,204). Sum of RGB (Red+Green+Blue) = 177+171+204=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABCC is #4E5433. Grayscale: #B0B0B0. Windows color (decimal): -5133364 or 13413297. OLE color: 13413297.

HSL color Cylindrical-coordinate representation of color #B1ABCC: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1ABCC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177171204-
CMYK0.130.1600.2
HSL250.91º24.44%73.53%-
HSV(B)250.91º16.18%80%-
XYZ43.5942.8363.1-
YUV176.56143.49128.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=32.07%
G=30.98%
B=36.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771712040.130.1600.2250.9124.4473.53
HexB1ABCCD10014fb184a
Octal261253314152002437330112
Binary10110001101010111100110011011000001010011111011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABCC; }

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

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

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

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

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

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

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

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