#BADEE7

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

Shades of Powder Blue #BADEE7

Tints of Powder Blue #BADEE7

Color information

#BADEE7 (or 0xBADEE7) is unknown color: approx Powder Blue. HEX triplet: BA, DE and E7. RGB value is (186,222,231). Sum of RGB (Red+Green+Blue) = 186+222+231=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #BADEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEE7 is #452118. Grayscale: #D4D4D4. Windows color (decimal): -4530457 or 15195834. OLE color: 15195834.

HSL color Cylindrical-coordinate representation of color #BADEE7: hue angle of 192º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADEE7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186222231-
CMYK0.190.0400.09
HSL192º48.39%81.76%-
HSV(B)192º19.48%90.59%-
XYZ60.7968.4585.61-
YUV212.26138.57109.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 231 (90.62% from 255) = 36.15%
R=29.11%
G=34.74%
B=36.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862222310.190.0400.0919248.3981.76
HexBADEE713409c03052
Octal27233634723401130060122
Binary1011101011011110111001111001110001001110000001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEE7; }

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

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

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

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

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

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

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

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