#B5AABA

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

Shades of Chatelle #B5AABA

Tints of Chatelle #B5AABA

Color information

#B5AABA (or 0xB5AABA) is unknown color: approx Chatelle. HEX triplet: B5, AA and BA. RGB value is (181,170,186). Sum of RGB (Red+Green+Blue) = 181+170+186=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AABA is #4A5545. Grayscale: #AFAFAF. Windows color (decimal): -4871494 or 12233397. OLE color: 12233397.

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

Color convert

RGB181170186-
CMYK0.030.0900.27
HSL281.25º10.39%69.8%-
HSV(B)281.25º8.6%72.94%-
XYZ42.2942.1252.35-
YUV175.11134.14132.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=33.71%
G=31.66%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811701860.030.0900.27281.2510.3969.8
HexB5AABA3901B119a46
Octal26525227231103343112106
Binary10110101101010101011101011100101101110001100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AABA; }

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

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

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

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

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

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

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

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