#BAD9D6

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

Shades of Scandal #BAD9D6

Tints of Scandal #BAD9D6

Color information

#BAD9D6 (or 0xBAD9D6) is unknown color: approx Scandal. HEX triplet: BA, D9 and D6. RGB value is (186,217,214). Sum of RGB (Red+Green+Blue) = 186+217+214=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9D6 is #452629. Grayscale: #CFCFCF. Windows color (decimal): -4531754 or 14080442. OLE color: 14080442.

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

Color convert

RGB186217214-
CMYK0.1400.010.15
HSL174.19º28.97%79.02%-
HSV(B)174.19º14.29%85.1%-
XYZ57.264.9273.13-
YUV207.39131.73112.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 214 (83.98% from 255) = 34.68%
R=30.15%
G=35.17%
B=34.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862172140.1400.010.15174.1928.9779.02
HexBAD9D6E01Fae1d4f
Octal27233132616011725635117
Binary101110101101100111010110111001111110101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9D6; }

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

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

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

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

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

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

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

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