#B3ACCB

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

Shades of Blue Haze #B3ACCB

Tints of Blue Haze #B3ACCB

Color information

#B3ACCB (or 0xB3ACCB) is unknown color: approx Blue Haze. HEX triplet: B3, AC and CB. RGB value is (179,172,203). Sum of RGB (Red+Green+Blue) = 179+172+203=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACCB is #4C5334. Grayscale: #B1B1B1. Windows color (decimal): -5002037 or 13348019. OLE color: 13348019.

HSL color Cylindrical-coordinate representation of color #B3ACCB: hue angle of 253.55º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3ACCB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179172203-
CMYK0.120.1500.20
HSL253.55º22.96%73.53%-
HSV(B)253.55º15.27%79.61%-
XYZ44.1243.462.55-
YUV177.63142.32128.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=32.31%
G=31.05%
B=36.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791722030.120.1500.20253.5522.9673.53
HexB3ACCBCF014fe174a
Octal263254313141702437627112
Binary1011001110101100110010111100111101010011111110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACCB; }

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

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

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

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

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

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

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

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