#BADCD9

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

Shades of Scandal #BADCD9

Tints of Scandal #BADCD9

Color information

#BADCD9 (or 0xBADCD9) is unknown color: approx Scandal. HEX triplet: BA, DC and D9. RGB value is (186,220,217). Sum of RGB (Red+Green+Blue) = 186+220+217=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD9 is #452326. Grayscale: #D1D1D1. Windows color (decimal): -4530983 or 14277818. OLE color: 14277818.

HSL color Cylindrical-coordinate representation of color #BADCD9: hue angle of 174.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCD9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB186220217-
CMYK0.1500.010.14
HSL174.71º32.69%79.61%-
HSV(B)174.71º15.45%86.27%-
XYZ58.3766.6475.43-
YUV209.49132.24111.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=29.86%
G=35.31%
B=34.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862202170.1500.010.14174.7132.6979.61
HexBADCD9F01Eaf2150
Octal27233433117011625741120
Binary1011101011011100110110011111011110101011111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCD9; }

 p { color: rgb(186,220,217); }

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

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

 a { background-color: rgb(186,220,217); }

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

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

 span { border-color: rgb(186,220,217); }

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