#BBA9C7

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

Shades of Chatelle #BBA9C7

Tints of Chatelle #BBA9C7

Color information

#BBA9C7 (or 0xBBA9C7) is unknown color: approx Chatelle. HEX triplet: BB, A9 and C7. RGB value is (187,169,199). Sum of RGB (Red+Green+Blue) = 187+169+199=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBA9C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9C7 is #445638. Grayscale: #B1B1B1. Windows color (decimal): -4478521 or 13085115. OLE color: 13085115.

HSL color Cylindrical-coordinate representation of color #BBA9C7: hue angle of 276º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA9C7 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187169199-
CMYK0.060.1500.22
HSL276º21.13%72.16%-
HSV(B)276º15.08%78.04%-
XYZ44.9943.0659.97-
YUV177.8139.96134.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=33.69%
G=30.45%
B=35.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871691990.060.1500.2227621.1372.16
HexBBA9C76F0161141548
Octal27325130761702642425110
Binary1011101110101001110001111101111010110100010100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9C7; }

 p { color: rgb(187,169,199); }

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

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

 a { background-color: rgb(187,169,199); }

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

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

 span { border-color: rgb(187,169,199); }

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