#B3ACCA

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

Shades of Blue Haze #B3ACCA

Tints of Blue Haze #B3ACCA

Color information

#B3ACCA (or 0xB3ACCA) is unknown color: approx Blue Haze. HEX triplet: B3, AC and CA. RGB value is (179,172,202). Sum of RGB (Red+Green+Blue) = 179+172+202=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACCA is #4C5335. Grayscale: #B1B1B1. Windows color (decimal): -5002038 or 13282483. OLE color: 13282483.

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

Color convert

RGB179172202-
CMYK0.110.1500.21
HSL254º22.06%73.33%-
HSV(B)254º14.85%79.22%-
XYZ4443.3561.93-
YUV177.51141.82129.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=32.37%
G=31.10%
B=36.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791722020.110.1500.2125422.0673.33
HexB3ACCABF015fe1649
Octal263254312131702537626111
Binary1011001110101100110010101011111101010111111110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACCA; }

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

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

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

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

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

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

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

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