#B3AABA

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

Shades of Chatelle #B3AABA

Tints of Chatelle #B3AABA

Color information

#B3AABA (or 0xB3AABA) is unknown color: approx Chatelle. HEX triplet: B3, AA and BA. RGB value is (179,170,186). Sum of RGB (Red+Green+Blue) = 179+170+186=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AABA is #4C5545. Grayscale: #AEAEAE. Windows color (decimal): -5002566 or 12233395. OLE color: 12233395.

HSL color Cylindrical-coordinate representation of color #B3AABA: hue angle of 273.75º degrees, saturation: 0.1, 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 #B3AABA is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179170186-
CMYK0.040.0900.27
HSL273.75º10.39%69.8%-
HSV(B)273.75º8.6%72.94%-
XYZ41.8341.8852.33-
YUV174.52134.48131.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=33.46%
G=31.78%
B=34.77%

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
Decimal1791701860.040.0900.27273.7510.3969.8
HexB3AABA4901B112a46
Octal26325227241103342212106
Binary101100111010101010111010100100101101110001001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AABA; }

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

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

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

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

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

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

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

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