#BADAE1

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

Shades of Powder Blue #BADAE1

Tints of Powder Blue #BADAE1

Color information

#BADAE1 (or 0xBADAE1) is unknown color: approx Powder Blue. HEX triplet: BA, DA and E1. RGB value is (186,218,225). Sum of RGB (Red+Green+Blue) = 186+218+225=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #BADAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAE1 is #45251E. Grayscale: #D1D1D1. Windows color (decimal): -4531487 or 14801594. OLE color: 14801594.

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

Color convert

RGB186218225-
CMYK0.170.0300.12
HSL190.77º39.39%80.59%-
HSV(B)190.77º17.33%88.24%-
XYZ58.9166.0280.87-
YUV209.23136.9111.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 225 (88.28% from 255) = 35.77%
R=29.57%
G=34.66%
B=35.77%

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
Decimal1862182250.170.0300.12190.7739.3980.59
HexBADAE11130Cbf2751
Octal27233234121301427747121
Binary101110101101101011100001100011101100101111111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAE1; }

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

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

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

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

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

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

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

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