#BAAEC0

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

Shades of Chatelle #BAAEC0

Tints of Chatelle #BAAEC0

Color information

#BAAEC0 (or 0xBAAEC0) is unknown color: approx Chatelle. HEX triplet: BA, AE and C0. RGB value is (186,174,192). Sum of RGB (Red+Green+Blue) = 186+174+192=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC0 is #45513F. Grayscale: #B3B3B3. Windows color (decimal): -4542784 or 12627642. OLE color: 12627642.

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

Color convert

RGB186174192-
CMYK0.030.0900.25
HSL280º12.5%71.76%-
HSV(B)280º9.38%75.29%-
XYZ44.944.5256.1-
YUV179.64134.98132.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=33.70%
G=31.52%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861741920.030.0900.2528012.571.76
HexBAAEC039019118c48
Octal27225630031103143014110
Binary10111010101011101100000011100101100110001100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEC0; }

 p { color: rgb(186,174,192); }

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

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

 a { background-color: rgb(186,174,192); }

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

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

 span { border-color: rgb(186,174,192); }

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