#B4ACCA

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

Shades of Blue Haze #B4ACCA

Tints of Blue Haze #B4ACCA

Color information

#B4ACCA (or 0xB4ACCA) is unknown color: approx Blue Haze. HEX triplet: B4, AC and CA. RGB value is (180,172,202). Sum of RGB (Red+Green+Blue) = 180+172+202=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACCA is #4B5335. Grayscale: #B1B1B1. Windows color (decimal): -4936502 or 13282484. OLE color: 13282484.

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

Color convert

RGB180172202-
CMYK0.110.1500.21
HSL256º22.06%73.33%-
HSV(B)256º14.85%79.22%-
XYZ44.2443.4761.94-
YUV177.81141.65129.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=32.49%
G=31.05%
B=36.46%

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
Decimal1801722020.110.1500.2125622.0673.33
HexB4ACCABF0151001649
Octal264254312131702540026111
Binary10110100101011001100101010111111010101100000000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACCA; }

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

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

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

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

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

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

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

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