#B3AABD

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

Shades of Chatelle #B3AABD

Tints of Chatelle #B3AABD

Color information

#B3AABD (or 0xB3AABD) is unknown color: approx Chatelle. HEX triplet: B3, AA and BD. RGB value is (179,170,189). Sum of RGB (Red+Green+Blue) = 179+170+189=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AABD is #4C5542. Grayscale: #AEAEAE. Windows color (decimal): -5002563 or 12430003. OLE color: 12430003.

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

Color convert

RGB179170189-
CMYK0.050.1000.26
HSL268.42º12.58%70.39%-
HSV(B)268.42º10.05%74.12%-
XYZ42.1542.0154.03-
YUV174.86135.98130.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=33.27%
G=31.60%
B=35.13%

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
Decimal1791701890.050.1000.26268.4212.5870.39
HexB3AABD5A01A10cd46
Octal26325227551203241415106
Binary101100111010101010111101101101001101010000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AABD; }

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

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

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

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

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

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

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

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