#B3ACD6

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

Shades of Blue Haze #B3ACD6

Tints of Blue Haze #B3ACD6

Color information

#B3ACD6 (or 0xB3ACD6) is unknown color: approx Blue Haze. HEX triplet: B3, AC and D6. RGB value is (179,172,214). Sum of RGB (Red+Green+Blue) = 179+172+214=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #B3ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACD6 is #4C5329. Grayscale: #B2B2B2. Windows color (decimal): -5002026 or 14068915. OLE color: 14068915.

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

Color convert

RGB179172214-
CMYK0.160.2000.16
HSL250º33.87%75.69%-
HSV(B)250º19.63%83.92%-
XYZ45.4843.9469.7-
YUV178.88147.82128.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 214 (83.98% from 255) = 37.88%
R=31.68%
G=30.44%
B=37.88%

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
Decimal1791722140.160.2000.1625033.8775.69
HexB3ACD61014010fa224c
Octal263254326202402037242114
Binary1011001110101100110101101000010100010000111110101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACD6; }

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

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

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

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

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

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

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

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