#B4ACCC

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

Shades of Blue Haze #B4ACCC

Tints of Blue Haze #B4ACCC

Color information

#B4ACCC (or 0xB4ACCC) is unknown color: approx Blue Haze. HEX triplet: B4, AC and CC. RGB value is (180,172,204). Sum of RGB (Red+Green+Blue) = 180+172+204=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #B4ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACCC is #4B5333. Grayscale: #B1B1B1. Windows color (decimal): -4936500 or 13413556. OLE color: 13413556.

HSL color Cylindrical-coordinate representation of color #B4ACCC: hue angle of 255º 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 #B4ACCC is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180172204-
CMYK0.120.1600.2
HSL255º23.88%73.73%-
HSV(B)255º15.69%80%-
XYZ44.4743.5763.19-
YUV178.04142.65129.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=32.37%
G=30.94%
B=36.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801722040.120.1600.225523.8873.73
HexB4ACCCC10014ff184a
Octal264254314142002437730112
Binary10110100101011001100110011001000001010011111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACCC; }

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

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

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

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

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

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

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

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