#B3A9BB

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

Shades of Chatelle #B3A9BB

Tints of Chatelle #B3A9BB

Color information

#B3A9BB (or 0xB3A9BB) is unknown color: approx Chatelle. HEX triplet: B3, A9 and BB. RGB value is (179,169,187). Sum of RGB (Red+Green+Blue) = 179+169+187=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3A9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9BB is #4C5644. Grayscale: #ADADAD. Windows color (decimal): -5002821 or 12298675. OLE color: 12298675.

HSL color Cylindrical-coordinate representation of color #B3A9BB: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3A9BB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179169187-
CMYK0.040.1000.27
HSL273.33º11.69%69.8%-
HSV(B)273.33º9.63%73.33%-
XYZ41.7541.5552.83-
YUV174.04135.31131.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=33.46%
G=31.59%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791691870.040.1000.27273.3311.6969.8
HexB3A9BB4A01B111c46
Octal26325127341203342114106
Binary101100111010100110111011100101001101110001000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9BB; }

 p { color: rgb(179,169,187); }

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

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

 a { background-color: rgb(179,169,187); }

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

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

 span { border-color: rgb(179,169,187); }

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