#BCACC4

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

Shades of Chatelle #BCACC4

Tints of Chatelle #BCACC4

Color information

#BCACC4 (or 0xBCACC4) is unknown color: approx Chatelle. HEX triplet: BC, AC and C4. RGB value is (188,172,196). Sum of RGB (Red+Green+Blue) = 188+172+196=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC4 is #43533B. Grayscale: #B3B3B3. Windows color (decimal): -4412220 or 12889276. OLE color: 12889276.

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

Color convert

RGB188172196-
CMYK0.040.1200.23
HSL280º16.9%72.16%-
HSV(B)280º12.24%76.86%-
XYZ45.4644.1858.36-
YUV179.52137.3134.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=33.81%
G=30.94%
B=35.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881721960.040.1200.2328016.972.16
HexBCACC44C0171181148
Octal27425430441402743021110
Binary1011110010101100110001001001100010111100011000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACC4; }

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

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

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

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

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

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

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

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