#BCABC5

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

Shades of Chatelle #BCABC5

Tints of Chatelle #BCABC5

Color information

#BCABC5 (or 0xBCABC5) is unknown color: approx Chatelle. HEX triplet: BC, AB and C5. RGB value is (188,171,197). Sum of RGB (Red+Green+Blue) = 188+171+197=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC5 is #43543A. Grayscale: #B2B2B2. Windows color (decimal): -4412475 or 12954556. OLE color: 12954556.

HSL color Cylindrical-coordinate representation of color #BCABC5: hue angle of 279.23º degrees, saturation: 0.18, 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 #BCABC5 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188171197-
CMYK0.050.1300.23
HSL279.23º18.31%72.16%-
HSV(B)279.23º13.2%77.25%-
XYZ45.3843.8558.9-
YUV179.05138.13134.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=33.81%
G=30.76%
B=35.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881711970.050.1300.23279.2318.3172.16
HexBCABC55D0171171248
Octal27425330551502742722110
Binary1011110010101011110001011011101010111100010111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABC5; }

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

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

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

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

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

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

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

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