#B3ACCD

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

Shades of Blue Haze #B3ACCD

Tints of Blue Haze #B3ACCD

Color information

#B3ACCD (or 0xB3ACCD) is unknown color: approx Blue Haze. HEX triplet: B3, AC and CD. RGB value is (179,172,205). Sum of RGB (Red+Green+Blue) = 179+172+205=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACCD is #4C5332. Grayscale: #B1B1B1. Windows color (decimal): -5002035 or 13479091. OLE color: 13479091.

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

Color convert

RGB179172205-
CMYK0.130.1600.20
HSL252.73º24.81%73.92%-
HSV(B)252.73º16.1%80.39%-
XYZ44.3643.563.82-
YUV177.86143.32128.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=32.19%
G=30.94%
B=36.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791722050.130.1600.20252.7324.8173.92
HexB3ACCDD10014fd194a
Octal263254315152002437531112
Binary10110011101011001100110111011000001010011111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACCD; }

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

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

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

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

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

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

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

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