#BADEE1

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

Shades of Powder Blue #BADEE1

Tints of Powder Blue #BADEE1

Color information

#BADEE1 (or 0xBADEE1) is unknown color: approx Powder Blue. HEX triplet: BA, DE and E1. RGB value is (186,222,225). Sum of RGB (Red+Green+Blue) = 186+222+225=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #BADEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE1 is #45211E. Grayscale: #D3D3D3. Windows color (decimal): -4530463 or 14802618. OLE color: 14802618.

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

Color convert

RGB186222225-
CMYK0.170.0100.12
HSL184.62º39.39%80.59%-
HSV(B)184.62º17.33%88.24%-
XYZ59.9668.1281.22-
YUV211.58135.57109.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=29.38%
G=35.07%
B=35.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862222250.170.0100.12184.6239.3980.59
HexBADEE11110Cb92751
Octal27233634121101427147121
Binary10111010110111101110000110001101100101110011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEE1; }

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

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

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

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

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

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

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

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