#BAD9E0

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

Shades of Powder Blue #BAD9E0

Tints of Powder Blue #BAD9E0

Color information

#BAD9E0 (or 0xBAD9E0) is unknown color: approx Powder Blue. HEX triplet: BA, D9 and E0. RGB value is (186,217,224). Sum of RGB (Red+Green+Blue) = 186+217+224=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAD9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9E0 is #45261F. Grayscale: #D0D0D0. Windows color (decimal): -4531744 or 14735802. OLE color: 14735802.

HSL color Cylindrical-coordinate representation of color #BAD9E0: hue angle of 191.05º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAD9E0 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186217224-
CMYK0.170.0300.12
HSL191.05º38%80.39%-
HSV(B)191.05º16.96%87.84%-
XYZ58.5265.4580.07-
YUV208.53136.73111.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 224 (87.89% from 255) = 35.73%
R=29.67%
G=34.61%
B=35.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862172240.170.0300.12191.053880.39
HexBAD9E01130Cbf2650
Octal27233134021301427746120
Binary101110101101100111100000100011101100101111111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9E0; }

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

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

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

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

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

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

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

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