#BCAEC4

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

Shades of Chatelle #BCAEC4

Tints of Chatelle #BCAEC4

Color information

#BCAEC4 (or 0xBCAEC4) is unknown color: approx Chatelle. HEX triplet: BC, AE and C4. RGB value is (188,174,196). Sum of RGB (Red+Green+Blue) = 188+174+196=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC4 is #43513B. Grayscale: #B4B4B4. Windows color (decimal): -4411708 or 12889788. OLE color: 12889788.

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

Color convert

RGB188174196-
CMYK0.040.1100.23
HSL278.18º15.71%72.55%-
HSV(B)278.18º11.22%76.86%-
XYZ45.8444.9558.48-
YUV180.69136.64133.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=33.69%
G=31.18%
B=35.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881741960.040.1100.23278.1815.7172.55
HexBCAEC44B0171161049
Octal27425630441302742620111
Binary1011110010101110110001001001011010111100010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEC4; }

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

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

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

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

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

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

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

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