#BBA9C6

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

Shades of Chatelle #BBA9C6

Tints of Chatelle #BBA9C6

Color information

#BBA9C6 (or 0xBBA9C6) is unknown color: approx Chatelle. HEX triplet: BB, A9 and C6. RGB value is (187,169,198). Sum of RGB (Red+Green+Blue) = 187+169+198=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9C6 is #445639. Grayscale: #B1B1B1. Windows color (decimal): -4478522 or 13019579. OLE color: 13019579.

HSL color Cylindrical-coordinate representation of color #BBA9C6: hue angle of 277.24º degrees, saturation: 0.2, 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 #BBA9C6 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187169198-
CMYK0.060.1500.22
HSL277.24º20.28%71.96%-
HSV(B)277.24º14.65%77.65%-
XYZ44.8743.0259.36-
YUV177.69139.46134.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=33.75%
G=30.51%
B=35.74%

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
Decimal1871691980.060.1500.22277.2420.2871.96
HexBBA9C66F0161151448
Octal27325130661702642524110
Binary1011101110101001110001101101111010110100010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9C6; }

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

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

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

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

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

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

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

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