#BCADC4

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

Shades of Chatelle #BCADC4

Tints of Chatelle #BCADC4

Color information

#BCADC4 (or 0xBCADC4) is unknown color: approx Chatelle. HEX triplet: BC, AD and C4. RGB value is (188,173,196). Sum of RGB (Red+Green+Blue) = 188+173+196=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC4 is #43523B. Grayscale: #B4B4B4. Windows color (decimal): -4411964 or 12889532. OLE color: 12889532.

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

Color convert

RGB188173196-
CMYK0.040.1200.23
HSL279.13º16.31%72.35%-
HSV(B)279.13º11.73%76.86%-
XYZ45.6544.5658.42-
YUV180.11136.97133.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=33.75%
G=31.06%
B=35.19%

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
Decimal1881731960.040.1200.23279.1316.3172.35
HexBCADC44C0171171048
Octal27425530441402742720110
Binary1011110010101101110001001001100010111100010111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADC4; }

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

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

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

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

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

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

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

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