#BAD6DB

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

Shades of Powder Blue #BAD6DB

Tints of Powder Blue #BAD6DB

Color information

#BAD6DB (or 0xBAD6DB) is unknown color: approx Powder Blue. HEX triplet: BA, D6 and DB. RGB value is (186,214,219). Sum of RGB (Red+Green+Blue) = 186+214+219=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6DB is #452924. Grayscale: #CECECE. Windows color (decimal): -4532517 or 14407354. OLE color: 14407354.

HSL color Cylindrical-coordinate representation of color #BAD6DB: hue angle of 189.09º 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 #BAD6DB is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186214219-
CMYK0.150.0200.14
HSL189.09º31.43%79.41%-
HSV(B)189.09º15.07%85.88%-
XYZ57.0863.6576.29-
YUV206.2135.22113.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 214 (83.98% from 255) = 34.57%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=30.05%
G=34.57%
B=35.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862142190.150.0200.14189.0931.4379.41
HexBAD6DBF20Ebd1f4f
Octal27232633317201627537117
Binary1011101011010110110110111111100111010111101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6DB; }

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

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

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

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

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

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

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

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