#BADBDF

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

Shades of Powder Blue #BADBDF

Tints of Powder Blue #BADBDF

Color information

#BADBDF (or 0xBADBDF) is unknown color: approx Powder Blue. HEX triplet: BA, DB and DF. RGB value is (186,219,223). Sum of RGB (Red+Green+Blue) = 186+219+223=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #BADBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBDF is #452420. Grayscale: #D1D1D1. Windows color (decimal): -4531233 or 14670778. OLE color: 14670778.

HSL color Cylindrical-coordinate representation of color #BADBDF: hue angle of 186.49º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADBDF is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186219223-
CMYK0.170.0200.13
HSL186.49º36.63%80.2%-
HSV(B)186.49º16.59%87.45%-
XYZ58.966.4379.53-
YUV209.59135.57111.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=29.62%
G=34.87%
B=35.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862192230.170.0200.13186.4936.6380.2
HexBADBDF1120Dba2550
Octal27233333721201527245120
Binary101110101101101111011111100011001101101110101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBDF; }

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

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

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

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

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

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

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

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