#B3A1B9

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

Shades of Chatelle #B3A1B9

Tints of Chatelle #B3A1B9

Color information

#B3A1B9 (or 0xB3A1B9) is unknown color: approx Chatelle. HEX triplet: B3, A1 and B9. RGB value is (179,161,185). Sum of RGB (Red+Green+Blue) = 179+161+185=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 185 - color contains mainly: blue. Hex color #B3A1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A1B9 is #4C5E46. Grayscale: #A9A9A9. Windows color (decimal): -5004871 or 12165555. OLE color: 12165555.

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

Color convert

RGB179161185-
CMYK0.030.1300.27
HSL285º14.63%67.84%-
HSV(B)285º12.97%72.55%-
XYZ40.0938.5851.23-
YUV169.12136.96135.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 161 (63.28% from 255) = 30.67%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=34.10%
G=30.67%
B=35.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791611850.030.1300.2728514.6367.84
HexB3A1B93D01B11df44
Octal26324127131503343517104
Binary10110011101000011011100111110101101110001110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A1B9; }

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

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

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

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

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

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

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

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