#BCA9C4

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

Shades of Chatelle #BCA9C4

Tints of Chatelle #BCA9C4

Color information

#BCA9C4 (or 0xBCA9C4) is unknown color: approx Chatelle. HEX triplet: BC, A9 and C4. RGB value is (188,169,196). Sum of RGB (Red+Green+Blue) = 188+169+196=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCA9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9C4 is #43563B. Grayscale: #B1B1B1. Windows color (decimal): -4412988 or 12888508. OLE color: 12888508.

HSL color Cylindrical-coordinate representation of color #BCA9C4: hue angle of 282.22º 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 #BCA9C4 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188169196-
CMYK0.040.1400.23
HSL282.22º18.62%71.57%-
HSV(B)282.22º13.78%76.86%-
XYZ44.8943.0558.17-
YUV177.76138.29135.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=34.00%
G=30.56%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881691960.040.1400.23282.2218.6271.57
HexBCA9C44E01711a1348
Octal27425130441602743223110
Binary1011110010101001110001001001110010111100011010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9C4; }

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

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

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

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

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

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

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

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