#B1ACC1

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

Shades of Blue Haze #B1ACC1

Tints of Blue Haze #B1ACC1

Color information

#B1ACC1 (or 0xB1ACC1) is unknown color: approx Blue Haze. HEX triplet: B1, AC and C1. RGB value is (177,172,193). Sum of RGB (Red+Green+Blue) = 177+172+193=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACC1 is #4E533E. Grayscale: #AFAFAF. Windows color (decimal): -5133119 or 12692657. OLE color: 12692657.

HSL color Cylindrical-coordinate representation of color #B1ACC1: hue angle of 254.29º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1ACC1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177172193-
CMYK0.080.1100.24
HSL254.29º14.48%71.57%-
HSV(B)254.29º10.88%75.69%-
XYZ42.5142.756.45-
YUV175.89137.66128.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=32.66%
G=31.73%
B=35.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771721930.080.1100.24254.2914.4871.57
HexB1ACC18B018fee48
Octal261254301101303037616110
Binary101100011010110011000001100010110110001111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACC1; }

 p { color: rgb(177,172,193); }

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

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

 a { background-color: rgb(177,172,193); }

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

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

 span { border-color: rgb(177,172,193); }

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