#BAACC0

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

Shades of Chatelle #BAACC0

Tints of Chatelle #BAACC0

Color information

#BAACC0 (or 0xBAACC0) is unknown color: approx Chatelle. HEX triplet: BA, AC and C0. RGB value is (186,172,192). Sum of RGB (Red+Green+Blue) = 186+172+192=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC0 is #45533F. Grayscale: #B2B2B2. Windows color (decimal): -4543296 or 12627130. OLE color: 12627130.

HSL color Cylindrical-coordinate representation of color #BAACC0: hue angle of 282º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAACC0 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186172192-
CMYK0.030.1000.25
HSL282º13.7%71.37%-
HSV(B)282º10.42%75.29%-
XYZ44.5243.7555.97-
YUV178.47135.64133.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=33.82%
G=31.27%
B=34.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861721920.030.1000.2528213.771.37
HexBAACC03A01911ae47
Octal27225430031203143216107
Binary10111010101011001100000011101001100110001101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACC0; }

 p { color: rgb(186,172,192); }

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

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

 a { background-color: rgb(186,172,192); }

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

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

 span { border-color: rgb(186,172,192); }

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