#BAADC2

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

Shades of Chatelle #BAADC2

Tints of Chatelle #BAADC2

Color information

#BAADC2 (or 0xBAADC2) is unknown color: approx Chatelle. HEX triplet: BA, AD and C2. RGB value is (186,173,194). Sum of RGB (Red+Green+Blue) = 186+173+194=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC2 is #45523D. Grayscale: #B3B3B3. Windows color (decimal): -4543038 or 12758458. OLE color: 12758458.

HSL color Cylindrical-coordinate representation of color #BAADC2: hue angle of 277.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAADC2 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186173194-
CMYK0.040.1100.24
HSL277.14º14.69%71.96%-
HSV(B)277.14º10.82%76.08%-
XYZ44.9344.2257.21-
YUV179.28136.31132.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=33.63%
G=31.28%
B=35.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861731940.040.1100.24277.1414.6971.96
HexBAADC24B018115f48
Octal27225530241303042517110
Binary101110101010110111000010100101101100010001010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADC2; }

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

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

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

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

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

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

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

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