#BADEE6

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

Shades of Powder Blue #BADEE6

Tints of Powder Blue #BADEE6

Color information

#BADEE6 (or 0xBADEE6) is unknown color: approx Powder Blue. HEX triplet: BA, DE and E6. RGB value is (186,222,230). Sum of RGB (Red+Green+Blue) = 186+222+230=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #BADEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEE6 is #452119. Grayscale: #D4D4D4. Windows color (decimal): -4530458 or 15130298. OLE color: 15130298.

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

Color convert

RGB186222230-
CMYK0.190.0300.10
HSL190.91º46.81%81.57%-
HSV(B)190.91º19.13%90.2%-
XYZ60.6568.3984.87-
YUV212.15138.07109.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=29.15%
G=34.80%
B=36.05%

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
Decimal1862222300.190.0300.10190.9146.8181.57
HexBADEE61330Abf2f52
Octal27233634623301227757122
Binary101110101101111011100110100111101010101111111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEE6; }

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

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

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

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

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

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

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

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