#BAD8D9

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

Shades of Powder Blue #BAD8D9

Tints of Powder Blue #BAD8D9

Color information

#BAD8D9 (or 0xBAD8D9) is unknown color: approx Powder Blue. HEX triplet: BA, D8 and D9. RGB value is (186,216,217). Sum of RGB (Red+Green+Blue) = 186+216+217=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAD8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8D9 is #452726. Grayscale: #CFCFCF. Windows color (decimal): -4532007 or 14276794. OLE color: 14276794.

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

Color convert

RGB186216217-
CMYK0.140.0000.15
HSL181.94º28.97%79.02%-
HSV(B)181.94º14.29%85.1%-
XYZ57.3364.5675.09-
YUV207.14133.56112.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=30.05%
G=34.89%
B=35.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862162170.140.0000.15181.9428.9779.02
HexBAD8D9E00Fb61d4f
Octal27233033116001726635117
Binary101110101101100011011001111000111110110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8D9; }

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

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

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

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

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

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

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

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