#BAD3DC

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

Shades of Light Blue #BAD3DC

Tints of Light Blue #BAD3DC

Color information

#BAD3DC (or 0xBAD3DC) is unknown color: approx Light Blue. HEX triplet: BA, D3 and DC. RGB value is (186,211,220). Sum of RGB (Red+Green+Blue) = 186+211+220=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3DC is #452C23. Grayscale: #CCCCCC. Windows color (decimal): -4533284 or 14472122. OLE color: 14472122.

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

Color convert

RGB186211220-
CMYK0.150.0400.14
HSL195.88º32.69%79.61%-
HSV(B)195.88º15.45%86.27%-
XYZ56.4662.1976.74-
YUV204.55136.72114.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=30.15%
G=34.20%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862112200.150.0400.14195.8832.6979.61
HexBAD3DCF40Ec42150
Octal27232333417401630441120
Binary101110101101001111011100111110001110110001001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3DC; }

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

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

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

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

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

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

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

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