#BBAAC5

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

Shades of Chatelle #BBAAC5

Tints of Chatelle #BBAAC5

Color information

#BBAAC5 (or 0xBBAAC5) is unknown color: approx Chatelle. HEX triplet: BB, AA and C5. RGB value is (187,170,197). Sum of RGB (Red+Green+Blue) = 187+170+197=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC5 is #44553A. Grayscale: #B2B2B2. Windows color (decimal): -4478267 or 12954299. OLE color: 12954299.

HSL color Cylindrical-coordinate representation of color #BBAAC5: hue angle of 277.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBAAC5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187170197-
CMYK0.050.1400.23
HSL277.78º18.88%71.96%-
HSV(B)277.78º13.71%77.25%-
XYZ44.9543.3558.82-
YUV178.16138.63134.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=33.75%
G=30.69%
B=35.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871701970.050.1400.23277.7818.8871.96
HexBBAAC55E0171161348
Octal27325230551602742623110
Binary1011101110101010110001011011110010111100010110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAC5; }

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

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

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

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

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

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

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

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