#B3AACF

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

Shades of Blue Haze #B3AACF

Tints of Blue Haze #B3AACF

Color information

#B3AACF (or 0xB3AACF) is unknown color: approx Blue Haze. HEX triplet: B3, AA and CF. RGB value is (179,170,207). Sum of RGB (Red+Green+Blue) = 179+170+207=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #B3AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AACF is #4C5530. Grayscale: #B0B0B0. Windows color (decimal): -5002545 or 13609651. OLE color: 13609651.

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

Color convert

RGB179170207-
CMYK0.140.1800.19
HSL254.59º27.82%73.92%-
HSV(B)254.59º17.87%81.18%-
XYZ44.2342.8464.97-
YUV176.91144.98129.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=32.19%
G=30.58%
B=37.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791702070.140.1800.19254.5927.8273.92
HexB3AACFE12013ff1c4a
Octal263252317162202337734112
Binary10110011101010101100111111101001001001111111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AACF; }

 p { color: rgb(179,170,207); }

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

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

 a { background-color: rgb(179,170,207); }

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

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

 span { border-color: rgb(179,170,207); }

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