#BCABC4

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

Shades of Chatelle #BCABC4

Tints of Chatelle #BCABC4

Color information

#BCABC4 (or 0xBCABC4) is unknown color: approx Chatelle. HEX triplet: BC, AB and C4. RGB value is (188,171,196). Sum of RGB (Red+Green+Blue) = 188+171+196=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC4 is #43543B. Grayscale: #B2B2B2. Windows color (decimal): -4412476 or 12889020. OLE color: 12889020.

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

Color convert

RGB188171196-
CMYK0.040.1300.23
HSL280.8º17.48%71.96%-
HSV(B)280.8º12.76%76.86%-
XYZ45.2743.858.29-
YUV178.93137.63134.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=33.87%
G=30.81%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881711960.040.1300.23280.817.4871.96
HexBCABC44D0171191148
Octal27425330441502743121110
Binary1011110010101011110001001001101010111100011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABC4; }

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

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

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

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

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

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

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

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