#BCA3C8

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

Shades of Chatelle #BCA3C8

Tints of Chatelle #BCA3C8

Color information

#BCA3C8 (or 0xBCA3C8) is unknown color: approx Chatelle. HEX triplet: BC, A3 and C8. RGB value is (188,163,200). Sum of RGB (Red+Green+Blue) = 188+163+200=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCA3C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3C8 is #435C37. Grayscale: #AEAEAE. Windows color (decimal): -4414520 or 13149116. OLE color: 13149116.

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

Color convert

RGB188163200-
CMYK0.060.1800.22
HSL280.54º25.17%71.18%-
HSV(B)280.54º18.5%78.43%-
XYZ44.2641.0660.24-
YUV174.69142.28137.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 163 (64.06% from 255) = 29.58%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=34.12%
G=29.58%
B=36.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881632000.060.1800.22280.5425.1771.18
HexBCA3C86120161191947
Octal27424331062202643131107
Binary10111100101000111100100011010010010110100011001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3C8; }

 p { color: rgb(188,163,200); }

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

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

 a { background-color: rgb(188,163,200); }

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

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

 span { border-color: rgb(188,163,200); }

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