#B4ACCE

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

Shades of Blue Haze #B4ACCE

Tints of Blue Haze #B4ACCE

Color information

#B4ACCE (or 0xB4ACCE) is unknown color: approx Blue Haze. HEX triplet: B4, AC and CE. RGB value is (180,172,206). Sum of RGB (Red+Green+Blue) = 180+172+206=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACCE is #4B5331. Grayscale: #B2B2B2. Windows color (decimal): -4936498 or 13544628. OLE color: 13544628.

HSL color Cylindrical-coordinate representation of color #B4ACCE: hue angle of 254.12º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4ACCE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180172206-
CMYK0.130.1700.19
HSL254.12º25.76%74.12%-
HSV(B)254.12º16.5%80.78%-
XYZ44.7243.6664.46-
YUV178.27143.65129.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=32.26%
G=30.82%
B=36.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801722060.130.1700.19254.1225.7674.12
HexB4ACCED11013fe1a4a
Octal264254316152102337632112
Binary10110100101011001100111011011000101001111111110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACCE; }

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

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

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

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

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

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

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

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