#BADCDA

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

Shades of Scandal #BADCDA

Tints of Scandal #BADCDA

Color information

#BADCDA (or 0xBADCDA) is unknown color: approx Scandal. HEX triplet: BA, DC and DA. RGB value is (186,220,218). Sum of RGB (Red+Green+Blue) = 186+220+218=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCDA is #452325. Grayscale: #D1D1D1. Windows color (decimal): -4530982 or 14343354. OLE color: 14343354.

HSL color Cylindrical-coordinate representation of color #BADCDA: hue angle of 176.47º 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 #BADCDA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB186220218-
CMYK0.1500.010.14
HSL176.47º32.69%79.61%-
HSV(B)176.47º15.45%86.27%-
XYZ58.566.6976.12-
YUV209.61132.74111.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=29.81%
G=35.26%
B=34.94%

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
Decimal1862202180.1500.010.14176.4732.6979.61
HexBADCDAF01Eb02150
Octal27233433217011626041120
Binary1011101011011100110110101111011110101100001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCDA; }

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

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

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

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

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

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

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

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