#B4AABD

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

Shades of Chatelle #B4AABD

Tints of Chatelle #B4AABD

Color information

#B4AABD (or 0xB4AABD) is unknown color: approx Chatelle. HEX triplet: B4, AA and BD. RGB value is (180,170,189). Sum of RGB (Red+Green+Blue) = 180+170+189=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #B4AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AABD is #4B5542. Grayscale: #AFAFAF. Windows color (decimal): -4937027 or 12430004. OLE color: 12430004.

HSL color Cylindrical-coordinate representation of color #B4AABD: hue angle of 271.58º 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 #B4AABD is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180170189-
CMYK0.050.1000.26
HSL271.58º12.58%70.39%-
HSV(B)271.58º10.05%74.12%-
XYZ42.3842.1354.04-
YUV175.16135.81131.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=33.40%
G=31.54%
B=35.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801701890.050.1000.26271.5812.5870.39
HexB4AABD5A01A110d46
Octal26425227551203242015106
Binary101101001010101010111101101101001101010001000011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AABD; }

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

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

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

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

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

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

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

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