#BAD1DD

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

Shades of Light Blue #BAD1DD

Tints of Light Blue #BAD1DD

Color information

#BAD1DD (or 0xBAD1DD) is unknown color: approx Light Blue. HEX triplet: BA, D1 and DD. RGB value is (186,209,221). Sum of RGB (Red+Green+Blue) = 186+209+221=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1DD is #452E22. Grayscale: #CBCBCB. Windows color (decimal): -4533795 or 14537146. OLE color: 14537146.

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

Color convert

RGB186209221-
CMYK0.160.0500.13
HSL200.57º33.98%79.8%-
HSV(B)200.57º15.84%86.67%-
XYZ56.161.2677.27-
YUV203.49137.88115.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=30.19%
G=33.93%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862092210.160.0500.13200.5733.9879.8
HexBAD1DD1050Dc92250
Octal27232133520501531142120
Binary1011101011010001110111011000010101101110010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1DD; }

 p { color: rgb(186,209,221); }

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

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

 a { background-color: rgb(186,209,221); }

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

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

 span { border-color: rgb(186,209,221); }

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