#BBACC3

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

Shades of Chatelle #BBACC3

Tints of Chatelle #BBACC3

Color information

#BBACC3 (or 0xBBACC3) is unknown color: approx Chatelle. HEX triplet: BB, AC and C3. RGB value is (187,172,195). Sum of RGB (Red+Green+Blue) = 187+172+195=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC3 is #44533C. Grayscale: #B3B3B3. Windows color (decimal): -4477757 or 12823739. OLE color: 12823739.

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

Color convert

RGB187172195-
CMYK0.040.1200.24
HSL279.13º16.08%71.96%-
HSV(B)279.13º11.79%76.47%-
XYZ45.144.0157.75-
YUV179.11136.97133.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=33.75%
G=31.05%
B=35.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871721950.040.1200.24279.1316.0871.96
HexBBACC34C0181171048
Octal27325430341403042720110
Binary1011101110101100110000111001100011000100010111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACC3; }

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

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

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

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

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

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

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

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