#BCA9C5

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

Shades of Chatelle #BCA9C5

Tints of Chatelle #BCA9C5

Color information

#BCA9C5 (or 0xBCA9C5) is unknown color: approx Chatelle. HEX triplet: BC, A9 and C5. RGB value is (188,169,197). Sum of RGB (Red+Green+Blue) = 188+169+197=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9C5 is #43563A. Grayscale: #B1B1B1. Windows color (decimal): -4412987 or 12954044. OLE color: 12954044.

HSL color Cylindrical-coordinate representation of color #BCA9C5: hue angle of 280.71º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA9C5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188169197-
CMYK0.050.1400.23
HSL280.71º19.44%71.76%-
HSV(B)280.71º14.21%77.25%-
XYZ45.0143.158.77-
YUV177.87138.79135.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=33.94%
G=30.51%
B=35.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881691970.050.1400.23280.7119.4471.76
HexBCA9C55E0171191348
Octal27425130551602743123110
Binary1011110010101001110001011011110010111100011001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9C5; }

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

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

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

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

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

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

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

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