#B5AABD

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

Shades of Chatelle #B5AABD

Tints of Chatelle #B5AABD

Color information

#B5AABD (or 0xB5AABD) is unknown color: approx Chatelle. HEX triplet: B5, AA and BD. RGB value is (181,170,189). Sum of RGB (Red+Green+Blue) = 181+170+189=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #B5AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AABD is #4A5542. Grayscale: #AFAFAF. Windows color (decimal): -4871491 or 12430005. OLE color: 12430005.

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

Color convert

RGB181170189-
CMYK0.040.1000.26
HSL274.74º12.58%70.39%-
HSV(B)274.74º10.05%74.12%-
XYZ42.6242.2554.05-
YUV175.46135.64131.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 189 (74.22% from 255) = 35%
R=33.52%
G=31.48%
B=35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811701890.040.1000.26274.7412.5870.39
HexB5AABD4A01A113d46
Octal26525227541203242315106
Binary101101011010101010111101100101001101010001001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AABD; }

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

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

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

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

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

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

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

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