#B4AABA

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

Shades of Chatelle #B4AABA

Tints of Chatelle #B4AABA

Color information

#B4AABA (or 0xB4AABA) is unknown color: approx Chatelle. HEX triplet: B4, AA and BA. RGB value is (180,170,186). Sum of RGB (Red+Green+Blue) = 180+170+186=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AABA is #4B5545. Grayscale: #AEAEAE. Windows color (decimal): -4937030 or 12233396. OLE color: 12233396.

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

Color convert

RGB180170186-
CMYK0.030.0900.27
HSL277.5º10.39%69.8%-
HSV(B)277.5º8.6%72.94%-
XYZ42.064252.34-
YUV174.81134.31131.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=33.58%
G=31.72%
B=34.70%

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
Decimal1801701860.030.0900.27277.510.3969.8
HexB4AABA3901B116a46
Octal26425227231103342612106
Binary10110100101010101011101011100101101110001011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AABA; }

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

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

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

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

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

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

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

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