#B3A1BF

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

Shades of Chatelle #B3A1BF

Tints of Chatelle #B3A1BF

Color information

#B3A1BF (or 0xB3A1BF) is unknown color: approx Chatelle. HEX triplet: B3, A1 and BF. RGB value is (179,161,191). Sum of RGB (Red+Green+Blue) = 179+161+191=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A1BF is #4C5E40. Grayscale: #A9A9A9. Windows color (decimal): -5004865 or 12558771. OLE color: 12558771.

HSL color Cylindrical-coordinate representation of color #B3A1BF: hue angle of 276º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3A1BF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179161191-
CMYK0.060.1600.25
HSL276º18.99%69.02%-
HSV(B)276º15.71%74.9%-
XYZ40.7438.8454.64-
YUV169.8139.96134.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 161 (63.28% from 255) = 30.32%
BLUE value IS 191 (75% from 255) = 35.97%
R=33.71%
G=30.32%
B=35.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791611910.060.1600.2527618.9969.02
HexB3A1BF6100191141345
Octal26324127762003142423105
Binary10110011101000011011111111010000011001100010100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A1BF; }

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

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

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

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

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

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

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

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