#BAD8DE

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

Shades of Powder Blue #BAD8DE

Tints of Powder Blue #BAD8DE

Color information

#BAD8DE (or 0xBAD8DE) is unknown color: approx Powder Blue. HEX triplet: BA, D8 and DE. RGB value is (186,216,222). Sum of RGB (Red+Green+Blue) = 186+216+222=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8DE is #452721. Grayscale: #CFCFCF. Windows color (decimal): -4532002 or 14604474. OLE color: 14604474.

HSL color Cylindrical-coordinate representation of color #BAD8DE: hue angle of 190º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAD8DE is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186216222-
CMYK0.160.0300.13
HSL190º35.29%80%-
HSV(B)190º16.22%87.06%-
XYZ57.9964.8278.56-
YUV207.71136.06112.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 222 (87.11% from 255) = 35.58%
R=29.81%
G=34.62%
B=35.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862162220.160.0300.1319035.2980
HexBAD8DE1030Dbe2350
Octal27233033620301527643120
Binary101110101101100011011110100001101101101111101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8DE; }

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

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

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

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

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

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

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

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