#BBAAC3

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

Shades of Chatelle #BBAAC3

Tints of Chatelle #BBAAC3

Color information

#BBAAC3 (or 0xBBAAC3) is unknown color: approx Chatelle. HEX triplet: BB, AA and C3. RGB value is (187,170,195). Sum of RGB (Red+Green+Blue) = 187+170+195=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBAAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC3 is #44553C. Grayscale: #B1B1B1. Windows color (decimal): -4478269 or 12823227. OLE color: 12823227.

HSL color Cylindrical-coordinate representation of color #BBAAC3: hue angle of 280.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBAAC3 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187170195-
CMYK0.040.1300.24
HSL280.8º17.24%71.57%-
HSV(B)280.8º12.82%76.47%-
XYZ44.7243.2557.62-
YUV177.93137.63134.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 195 (76.56% from 255) = 35.33%
R=33.88%
G=30.80%
B=35.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871701950.040.1300.24280.817.2471.57
HexBBAAC34D0181191148
Octal27325230341503043121110
Binary1011101110101010110000111001101011000100011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAC3; }

 p { color: rgb(187,170,195); }

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

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

 a { background-color: rgb(187,170,195); }

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

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

 span { border-color: rgb(187,170,195); }

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