#BADDDA

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

Shades of Scandal #BADDDA

Tints of Scandal #BADDDA

Color information

#BADDDA (or 0xBADDDA) is unknown color: approx Scandal. HEX triplet: BA, DD and DA. RGB value is (186,221,218). Sum of RGB (Red+Green+Blue) = 186+221+218=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDDA is #452225. Grayscale: #D2D2D2. Windows color (decimal): -4530726 or 14343610. OLE color: 14343610.

HSL color Cylindrical-coordinate representation of color #BADDDA: hue angle of 174.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADDDA is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB186221218-
CMYK0.1600.010.13
HSL174.86º33.98%79.8%-
HSV(B)174.86º15.84%86.67%-
XYZ58.7667.2176.21-
YUV210.19132.4110.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=29.76%
G=35.36%
B=34.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862212180.1600.010.13174.8633.9879.8
HexBADDDA1001Daf2250
Octal27233533220011525742120
Binary10111010110111011101101010000011101101011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDDA; }

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

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

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

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

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

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

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

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