#BBACC1

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

Shades of Chatelle #BBACC1

Tints of Chatelle #BBACC1

Color information

#BBACC1 (or 0xBBACC1) is unknown color: approx Chatelle. HEX triplet: BB, AC and C1. RGB value is (187,172,193). Sum of RGB (Red+Green+Blue) = 187+172+193=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC1 is #44533E. Grayscale: #B2B2B2. Windows color (decimal): -4477759 or 12692667. OLE color: 12692667.

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

Color convert

RGB187172193-
CMYK0.030.1100.24
HSL282.86º14.48%71.57%-
HSV(B)282.86º10.88%75.69%-
XYZ44.8743.9256.56-
YUV178.88135.97133.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 193 (75.78% from 255) = 34.96%
R=33.88%
G=31.16%
B=34.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871721930.030.1100.24282.8614.4871.57
HexBBACC13B01811be48
Octal27325430131303043316110
Binary10111011101011001100000111101101100010001101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACC1; }

 p { color: rgb(187,172,193); }

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

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

 a { background-color: rgb(187,172,193); }

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

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

 span { border-color: rgb(187,172,193); }

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