#BADAD8

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

Shades of Scandal #BADAD8

Tints of Scandal #BADAD8

Color information

#BADAD8 (or 0xBADAD8) is unknown color: approx Scandal. HEX triplet: BA, DA and D8. RGB value is (186,218,216). Sum of RGB (Red+Green+Blue) = 186+218+216=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAD8 is #452527. Grayscale: #D0D0D0. Windows color (decimal): -4531496 or 14211770. OLE color: 14211770.

HSL color Cylindrical-coordinate representation of color #BADAD8: hue angle of 176.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADAD8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB186218216-
CMYK0.1500.010.15
HSL176.25º30.19%79.22%-
HSV(B)176.25º14.68%85.49%-
XYZ57.7265.5474.57-
YUV208.2132.4112.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 216 (84.77% from 255) = 34.84%
R=30%
G=35.16%
B=34.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862182160.1500.010.15176.2530.1979.22
HexBADAD8F01Fb01e4f
Octal27233233017011726036117
Binary101110101101101011011000111101111110110000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAD8; }

 p { color: rgb(186,218,216); }

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

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

 a { background-color: rgb(186,218,216); }

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

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

 span { border-color: rgb(186,218,216); }

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