#BADAE0

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

Shades of Powder Blue #BADAE0

Tints of Powder Blue #BADAE0

Color information

#BADAE0 (or 0xBADAE0) is unknown color: approx Powder Blue. HEX triplet: BA, DA and E0. RGB value is (186,218,224). Sum of RGB (Red+Green+Blue) = 186+218+224=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAE0 is #45251F. Grayscale: #D1D1D1. Windows color (decimal): -4531488 or 14736058. OLE color: 14736058.

HSL color Cylindrical-coordinate representation of color #BADAE0: hue angle of 189.47º 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 #BADAE0 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186218224-
CMYK0.170.0300.12
HSL189.47º38%80.39%-
HSV(B)189.47º16.96%87.84%-
XYZ58.7865.9680.16-
YUV209.12136.4111.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 224 (87.89% from 255) = 35.67%
R=29.62%
G=34.71%
B=35.67%

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
Decimal1862182240.170.0300.12189.473880.39
HexBADAE01130Cbd2650
Octal27233234021301427546120
Binary101110101101101011100000100011101100101111011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAE0; }

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

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

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

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

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

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

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

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