#BCAEC2

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

Shades of Chatelle #BCAEC2

Tints of Chatelle #BCAEC2

Color information

#BCAEC2 (or 0xBCAEC2) is unknown color: approx Chatelle. HEX triplet: BC, AE and C2. RGB value is (188,174,194). Sum of RGB (Red+Green+Blue) = 188+174+194=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC2 is #43513D. Grayscale: #B4B4B4. Windows color (decimal): -4411710 or 12758716. OLE color: 12758716.

HSL color Cylindrical-coordinate representation of color #BCAEC2: hue angle of 282º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAEC2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188174194-
CMYK0.030.1000.24
HSL282º14.08%72.16%-
HSV(B)282º10.31%76.08%-
XYZ45.6144.8657.29-
YUV180.47135.64133.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 194 (76.17% from 255) = 34.89%
R=33.81%
G=31.29%
B=34.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881741940.030.1000.2428214.0872.16
HexBCAEC23A01811ae48
Octal27425630231203043216110
Binary10111100101011101100001011101001100010001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEC2; }

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

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

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

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

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

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

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

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