#BAD9DC

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

Shades of Powder Blue #BAD9DC

Tints of Powder Blue #BAD9DC

Color information

#BAD9DC (or 0xBAD9DC) is unknown color: approx Powder Blue. HEX triplet: BA, D9 and DC. RGB value is (186,217,220). Sum of RGB (Red+Green+Blue) = 186+217+220=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9DC is #452623. Grayscale: #D0D0D0. Windows color (decimal): -4531748 or 14473658. OLE color: 14473658.

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

Color convert

RGB186217220-
CMYK0.150.0100.14
HSL185.29º32.69%79.61%-
HSV(B)185.29º15.45%86.27%-
XYZ57.9865.2377.25-
YUV208.07134.73112.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862172200.150.0100.14185.2932.6979.61
HexBAD9DCF10Eb92150
Octal27233133417101627141120
Binary1011101011011001110111001111101110101110011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9DC; }

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

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

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

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

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

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

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

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