#BCABC3

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

Shades of Chatelle #BCABC3

Tints of Chatelle #BCABC3

Color information

#BCABC3 (or 0xBCABC3) is unknown color: approx Chatelle. HEX triplet: BC, AB and C3. RGB value is (188,171,195). Sum of RGB (Red+Green+Blue) = 188+171+195=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC3 is #43543C. Grayscale: #B2B2B2. Windows color (decimal): -4412477 or 12823484. OLE color: 12823484.

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

Color convert

RGB188171195-
CMYK0.040.1200.24
HSL282.5º16.67%71.76%-
HSV(B)282.5º12.31%76.47%-
XYZ45.1543.7657.7-
YUV178.82137.13134.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=33.94%
G=30.87%
B=35.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881711950.040.1200.24282.516.6771.76
HexBCABC34C01811a1148
Octal27425330341403043221110
Binary1011110010101011110000111001100011000100011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABC3; }

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

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

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

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

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

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

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

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