#BADEE4

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

Shades of Powder Blue #BADEE4

Tints of Powder Blue #BADEE4

Color information

#BADEE4 (or 0xBADEE4) is unknown color: approx Powder Blue. HEX triplet: BA, DE and E4. RGB value is (186,222,228). Sum of RGB (Red+Green+Blue) = 186+222+228=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE4 is #45211B. Grayscale: #D3D3D3. Windows color (decimal): -4530460 or 14999226. OLE color: 14999226.

HSL color Cylindrical-coordinate representation of color #BADEE4: hue angle of 188.57º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADEE4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186222228-
CMYK0.180.0300.11
HSL188.57º43.75%81.18%-
HSV(B)188.57º18.42%89.41%-
XYZ60.3768.2883.4-
YUV211.92137.07109.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=29.25%
G=34.91%
B=35.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862222280.180.0300.11188.5743.7581.18
HexBADEE41230Bbd2c51
Octal27233634422301327554121
Binary101110101101111011100100100101101011101111011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEE4; }

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

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

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

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

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

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

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

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