#B5AABF

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

Shades of Chatelle #B5AABF

Tints of Chatelle #B5AABF

Color information

#B5AABF (or 0xB5AABF) is unknown color: approx Chatelle. HEX triplet: B5, AA and BF. RGB value is (181,170,191). Sum of RGB (Red+Green+Blue) = 181+170+191=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AABF is #4A5540. Grayscale: #AFAFAF. Windows color (decimal): -4871489 or 12561077. OLE color: 12561077.

HSL color Cylindrical-coordinate representation of color #B5AABF: hue angle of 271.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5AABF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181170191-
CMYK0.050.1100.25
HSL271.43º14.09%70.78%-
HSV(B)271.43º10.99%74.9%-
XYZ42.8342.3355.2-
YUV175.68136.64131.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 191 (75% from 255) = 35.24%
R=33.39%
G=31.37%
B=35.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811701910.050.1100.25271.4314.0970.78
HexB5AABF5B01910fe47
Octal26525227751303141716107
Binary101101011010101010111111101101101100110000111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AABF; }

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

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

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

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

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

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

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

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