#B3A9BA

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

Shades of Chatelle #B3A9BA

Tints of Chatelle #B3A9BA

Color information

#B3A9BA (or 0xB3A9BA) is unknown color: approx Chatelle. HEX triplet: B3, A9 and BA. RGB value is (179,169,186). Sum of RGB (Red+Green+Blue) = 179+169+186=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9BA is #4C5645. Grayscale: #ADADAD. Windows color (decimal): -5002822 or 12233139. OLE color: 12233139.

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

Color convert

RGB179169186-
CMYK0.040.0900.27
HSL275.29º10.97%69.61%-
HSV(B)275.29º9.14%72.94%-
XYZ41.6441.552.27-
YUV173.93134.81131.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 169 (66.41% from 255) = 31.65%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=33.52%
G=31.65%
B=34.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791691860.040.0900.27275.2910.9769.61
HexB3A9BA4901B113b46
Octal26325127241103342313106
Binary101100111010100110111010100100101101110001001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9BA; }

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

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

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

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

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

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

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

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