#BAD4D8

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

Shades of Powder Blue #BAD4D8

Tints of Powder Blue #BAD4D8

Color information

#BAD4D8 (or 0xBAD4D8) is unknown color: approx Powder Blue. HEX triplet: BA, D4 and D8. RGB value is (186,212,216). Sum of RGB (Red+Green+Blue) = 186+212+216=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAD4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4D8 is #452B27. Grayscale: #CCCCCC. Windows color (decimal): -4533032 or 14210234. OLE color: 14210234.

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

Color convert

RGB186212216-
CMYK0.140.0200.15
HSL188º27.78%78.82%-
HSV(B)188º13.89%84.71%-
XYZ56.1962.4874.06-
YUV204.68134.39114.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 212 (83.20% from 255) = 34.53%
BLUE value IS 216 (84.77% from 255) = 35.18%
R=30.29%
G=34.53%
B=35.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862122160.140.0200.1518827.7878.82
HexBAD4D8E20Fbc1c4f
Octal27232433016201727434117
Binary1011101011010100110110001110100111110111100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4D8; }

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

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

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

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

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

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

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

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