#BAD1DC

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

Shades of Light Blue #BAD1DC

Tints of Light Blue #BAD1DC

Color information

#BAD1DC (or 0xBAD1DC) is unknown color: approx Light Blue. HEX triplet: BA, D1 and DC. RGB value is (186,209,220). Sum of RGB (Red+Green+Blue) = 186+209+220=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1DC is #452E23. Grayscale: #CBCBCB. Windows color (decimal): -4533796 or 14471610. OLE color: 14471610.

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

Color convert

RGB186209220-
CMYK0.150.0500.14
HSL199.41º32.69%79.61%-
HSV(B)199.41º15.45%86.27%-
XYZ55.9761.2176.57-
YUV203.38137.38115.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 209 (82.03% from 255) = 33.98%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=30.24%
G=33.98%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862092200.150.0500.14199.4132.6979.61
HexBAD1DCF50Ec72150
Octal27232133417501630741120
Binary101110101101000111011100111110101110110001111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1DC; }

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

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

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

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

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

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

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

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