#badee0

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

Shades of Powder Blue #BADEE0

Tints of Powder Blue #BADEE0

Color information

#BADEE0 (or 0xBADEE0) is unknown color: approx Powder Blue. HEX triplet: BA, DE and E0. RGB value is (186,222,224). Sum of RGB (Red+Green+Blue) = 186+222+224=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE0 is #45211F. Grayscale: #D3D3D3. Windows color (decimal): -4530464 or 14737082. OLE color: 14737082.

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

Color convert

RGB186222224-
CMYK0.170.0100.12
HSL183.16º38%80.39%-
HSV(B)183.16º16.96%87.84%-
XYZ59.8368.0680.51-
YUV211.46135.07109.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=29.43%
G=35.13%
B=35.44%

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
Decimal1862222240.170.0100.12183.163880.39
HexBADEE01110Cb72650
Octal27233634021101426746120
Binary10111010110111101110000010001101100101101111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #badee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #badee0; }

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

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

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

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

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

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

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

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