#BBA1C6

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

Shades of Chatelle #BBA1C6

Tints of Chatelle #BBA1C6

Color information

#BBA1C6 (or 0xBBA1C6) is unknown color: approx Chatelle. HEX triplet: BB, A1 and C6. RGB value is (187,161,198). Sum of RGB (Red+Green+Blue) = 187+161+198=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1C6 is #445E39. Grayscale: #ACACAC. Windows color (decimal): -4480570 or 13017531. OLE color: 13017531.

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

Color convert

RGB187161198-
CMYK0.060.1900.22
HSL282.16º24.5%70.39%-
HSV(B)282.16º18.69%77.65%-
XYZ43.4340.1358.88-
YUV172.99142.11137.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=34.25%
G=29.49%
B=36.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871611980.060.1900.22282.1624.570.39
HexBBA1C661301611a1946
Octal27324130662302643231106
Binary10111011101000011100011011010011010110100011010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1C6; }

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

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

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

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

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

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

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

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