#B3A2B9

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

Shades of Chatelle #B3A2B9

Tints of Chatelle #B3A2B9

Color information

#B3A2B9 (or 0xB3A2B9) is unknown color: approx Chatelle. HEX triplet: B3, A2 and B9. RGB value is (179,162,185). Sum of RGB (Red+Green+Blue) = 179+162+185=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 185 - color contains mainly: blue. Hex color #B3A2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A2B9 is #4C5D46. Grayscale: #A9A9A9. Windows color (decimal): -5004615 or 12165811. OLE color: 12165811.

HSL color Cylindrical-coordinate representation of color #B3A2B9: hue angle of 284.35º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3A2B9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179162185-
CMYK0.030.1200.27
HSL284.35º14.11%68.04%-
HSV(B)284.35º12.43%72.55%-
XYZ40.2738.9351.29-
YUV169.7136.63134.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=34.03%
G=30.80%
B=35.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791621850.030.1200.27284.3514.1168.04
HexB3A2B93C01B11ce44
Octal26324227131403343416104
Binary10110011101000101011100111110001101110001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A2B9; }

 p { color: rgb(179,162,185); }

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

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

 a { background-color: rgb(179,162,185); }

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

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

 span { border-color: rgb(179,162,185); }

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