#BCA9C7

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

Shades of Chatelle #BCA9C7

Tints of Chatelle #BCA9C7

Color information

#BCA9C7 (or 0xBCA9C7) is unknown color: approx Chatelle. HEX triplet: BC, A9 and C7. RGB value is (188,169,199). Sum of RGB (Red+Green+Blue) = 188+169+199=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCA9C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9C7 is #435638. Grayscale: #B2B2B2. Windows color (decimal): -4412985 or 13085116. OLE color: 13085116.

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

Color convert

RGB188169199-
CMYK0.060.1500.22
HSL278º21.13%72.16%-
HSV(B)278º15.08%78.04%-
XYZ45.2443.1959.99-
YUV178.1139.79135.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 199 (78.12% from 255) = 35.79%
R=33.81%
G=30.40%
B=35.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881691990.060.1500.2227821.1372.16
HexBCA9C76F0161161548
Octal27425130761702642625110
Binary1011110010101001110001111101111010110100010110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9C7; }

 p { color: rgb(188,169,199); }

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

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

 a { background-color: rgb(188,169,199); }

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

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

 span { border-color: rgb(188,169,199); }

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