#BCA7C6

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

Shades of Chatelle #BCA7C6

Tints of Chatelle #BCA7C6

Color information

#BCA7C6 (or 0xBCA7C6) is unknown color: approx Chatelle. HEX triplet: BC, A7 and C6. RGB value is (188,167,198). Sum of RGB (Red+Green+Blue) = 188+167+198=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCA7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7C6 is #435839. Grayscale: #B0B0B0. Windows color (decimal): -4413498 or 13019068. OLE color: 13019068.

HSL color Cylindrical-coordinate representation of color #BCA7C6: hue angle of 280.65º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA7C6 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188167198-
CMYK0.050.1600.22
HSL280.65º21.38%71.57%-
HSV(B)280.65º15.66%77.65%-
XYZ44.7542.4159.25-
YUV176.81139.96135.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=34.00%
G=30.20%
B=35.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881671980.050.1600.22280.6521.3871.57
HexBCA7C65100161191548
Octal27424730652002643125110
Binary10111100101001111100011010110000010110100011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7C6; }

 p { color: rgb(188,167,198); }

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

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

 a { background-color: rgb(188,167,198); }

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

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

 span { border-color: rgb(188,167,198); }

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