#B1ACCA

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

Shades of Blue Haze #B1ACCA

Tints of Blue Haze #B1ACCA

Color information

#B1ACCA (or 0xB1ACCA) is unknown color: approx Blue Haze. HEX triplet: B1, AC and CA. RGB value is (177,172,202). Sum of RGB (Red+Green+Blue) = 177+172+202=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACCA is #4E5335. Grayscale: #B0B0B0. Windows color (decimal): -5133110 or 13282481. OLE color: 13282481.

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

Color convert

RGB177172202-
CMYK0.120.1500.21
HSL250º22.06%73.33%-
HSV(B)250º14.85%79.22%-
XYZ43.5443.1261.9-
YUV176.92142.16128.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=32.12%
G=31.22%
B=36.66%

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
Decimal1771722020.120.1500.2125022.0673.33
HexB1ACCACF015fa1649
Octal261254312141702537226111
Binary1011000110101100110010101100111101010111111010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACCA; }

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

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

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

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

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

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

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

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