#BAD3D7

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

Shades of Powder Blue #BAD3D7

Tints of Powder Blue #BAD3D7

Color information

#BAD3D7 (or 0xBAD3D7) is unknown color: approx Powder Blue. HEX triplet: BA, D3 and D7. RGB value is (186,211,215). Sum of RGB (Red+Green+Blue) = 186+211+215=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAD3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3D7 is #452C28. Grayscale: #CBCBCB. Windows color (decimal): -4533289 or 14144442. OLE color: 14144442.

HSL color Cylindrical-coordinate representation of color #BAD3D7: hue angle of 188.28º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD3D7 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186211215-
CMYK0.130.0200.16
HSL188.28º26.61%78.63%-
HSV(B)188.28º13.49%84.31%-
XYZ55.8161.9373.3-
YUV203.98134.22115.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 211 (82.81% from 255) = 34.48%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=30.39%
G=34.48%
B=35.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862112150.130.0200.16188.2826.6178.63
HexBAD3D7D2010bc1b4f
Octal27232332715202027433117
Binary10111010110100111101011111011001000010111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3D7; }

 p { color: rgb(186,211,215); }

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

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

 a { background-color: rgb(186,211,215); }

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

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

 span { border-color: rgb(186,211,215); }

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