#BAD8DB

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

Shades of Powder Blue #BAD8DB

Tints of Powder Blue #BAD8DB

Color information

#BAD8DB (or 0xBAD8DB) is unknown color: approx Powder Blue. HEX triplet: BA, D8 and DB. RGB value is (186,216,219). Sum of RGB (Red+Green+Blue) = 186+216+219=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8DB is #452724. Grayscale: #CFCFCF. Windows color (decimal): -4532005 or 14407866. OLE color: 14407866.

HSL color Cylindrical-coordinate representation of color #BAD8DB: hue angle of 185.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAD8DB is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186216219-
CMYK0.150.0100.14
HSL185.45º31.43%79.41%-
HSV(B)185.45º15.07%85.88%-
XYZ57.5964.6776.46-
YUV207.37134.56112.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=29.95%
G=34.78%
B=35.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862162190.150.0100.14185.4531.4379.41
HexBAD8DBF10Eb91f4f
Octal27233033317101627137117
Binary101110101101100011011011111110111010111001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8DB; }

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

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

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

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

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

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

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

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