#BADADD

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

Shades of Powder Blue #BADADD

Tints of Powder Blue #BADADD

Color information

#BADADD (or 0xBADADD) is unknown color: approx Powder Blue. HEX triplet: BA, DA and DD. RGB value is (186,218,221). Sum of RGB (Red+Green+Blue) = 186+218+221=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #BADADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADADD is #452522. Grayscale: #D0D0D0. Windows color (decimal): -4531491 or 14539450. OLE color: 14539450.

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

Color convert

RGB186218221-
CMYK0.160.0100.13
HSL185.14º33.98%79.8%-
HSV(B)185.14º15.84%86.67%-
XYZ58.3765.878.03-
YUV208.77134.9111.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862182210.160.0100.13185.1433.9879.8
HexBADADD1010Db92250
Octal27233233520101527142120
Binary10111010110110101101110110000101101101110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADADD; }

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

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

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

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

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

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

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

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