#BADBDC

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

Shades of Powder Blue #BADBDC

Tints of Powder Blue #BADBDC

Color information

#BADBDC (or 0xBADBDC) is unknown color: approx Powder Blue. HEX triplet: BA, DB and DC. RGB value is (186,219,220). Sum of RGB (Red+Green+Blue) = 186+219+220=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #BADBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBDC is #452423. Grayscale: #D1D1D1. Windows color (decimal): -4531236 or 14474170. OLE color: 14474170.

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

Color convert

RGB186219220-
CMYK0.150.0000.14
HSL181.76º32.69%79.61%-
HSV(B)181.76º15.45%86.27%-
XYZ58.566.2777.42-
YUV209.25134.07111.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=29.76%
G=35.04%
B=35.2%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862192200.150.0000.14181.7632.6979.61
HexBADBDCF00Eb62150
Octal27233333417001626641120
Binary1011101011011011110111001111001110101101101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBDC; }

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

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

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

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

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

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

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

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