#BAD6DD

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

Shades of Light Blue #BAD6DD

Tints of Light Blue #BAD6DD

Color information

#BAD6DD (or 0xBAD6DD) is unknown color: approx Light Blue. HEX triplet: BA, D6 and DD. RGB value is (186,214,221). Sum of RGB (Red+Green+Blue) = 186+214+221=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6DD is #452922. Grayscale: #CECECE. Windows color (decimal): -4532515 or 14538426. OLE color: 14538426.

HSL color Cylindrical-coordinate representation of color #BAD6DD: hue angle of 192º 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 #BAD6DD is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186214221-
CMYK0.160.0300.13
HSL192º33.98%79.8%-
HSV(B)192º15.84%86.67%-
XYZ57.3563.7577.69-
YUV206.43136.22113.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=29.95%
G=34.46%
B=35.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862142210.160.0300.1319233.9879.8
HexBAD6DD1030Dc02250
Octal27232633520301530042120
Binary101110101101011011011101100001101101110000001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6DD; }

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

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

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

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

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

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

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

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