#B4ACD6

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

Shades of Blue Haze #B4ACD6

Tints of Blue Haze #B4ACD6

Color information

#B4ACD6 (or 0xB4ACD6) is unknown color: approx Blue Haze. HEX triplet: B4, AC and D6. RGB value is (180,172,214). Sum of RGB (Red+Green+Blue) = 180+172+214=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #B4ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACD6 is #4B5329. Grayscale: #B3B3B3. Windows color (decimal): -4936490 or 14068916. OLE color: 14068916.

HSL color Cylindrical-coordinate representation of color #B4ACD6: hue angle of 251.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4ACD6 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180172214-
CMYK0.160.2000.16
HSL251.43º33.87%75.69%-
HSV(B)251.43º19.63%83.92%-
XYZ45.7144.0669.71-
YUV179.18147.65128.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.80%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 214 (83.98% from 255) = 37.81%
R=31.80%
G=30.39%
B=37.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801722140.160.2000.16251.4333.8775.69
HexB4ACD61014010fb224c
Octal264254326202402037342114
Binary1011010010101100110101101000010100010000111110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACD6; }

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

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

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

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

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

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

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

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