#BAADC0

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

Shades of Chatelle #BAADC0

Tints of Chatelle #BAADC0

Color information

#BAADC0 (or 0xBAADC0) is unknown color: approx Chatelle. HEX triplet: BA, AD and C0. RGB value is (186,173,192). Sum of RGB (Red+Green+Blue) = 186+173+192=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC0 is #45523F. Grayscale: #B2B2B2. Windows color (decimal): -4543040 or 12627386. OLE color: 12627386.

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

Color convert

RGB186173192-
CMYK0.030.1000.25
HSL281.05º13.1%71.57%-
HSV(B)281.05º9.9%75.29%-
XYZ44.7144.1356.03-
YUV179.05135.31132.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=33.76%
G=31.40%
B=34.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861731920.030.1000.25281.0513.171.57
HexBAADC03A019119d48
Octal27225530031203143115110
Binary10111010101011011100000011101001100110001100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADC0; }

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

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

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

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

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

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

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

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