#BADEE5

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

Shades of Powder Blue #BADEE5

Tints of Powder Blue #BADEE5

Color information

#BADEE5 (or 0xBADEE5) is unknown color: approx Powder Blue. HEX triplet: BA, DE and E5. RGB value is (186,222,229). Sum of RGB (Red+Green+Blue) = 186+222+229=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #BADEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE5 is #45211A. Grayscale: #D3D3D3. Windows color (decimal): -4530459 or 15064762. OLE color: 15064762.

HSL color Cylindrical-coordinate representation of color #BADEE5: hue angle of 189.77º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADEE5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186222229-
CMYK0.190.0300.10
HSL189.77º45.26%81.37%-
HSV(B)189.77º18.78%89.8%-
XYZ60.5168.3484.13-
YUV212.03137.57109.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=29.20%
G=34.85%
B=35.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862222290.190.0300.10189.7745.2681.37
HexBADEE51330Abe2d51
Octal27233634523301227655121
Binary101110101101111011100101100111101010101111101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEE5; }

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

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

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

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

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

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

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

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