#BAD5DF

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

Shades of Light Blue #BAD5DF

Tints of Light Blue #BAD5DF

Color information

#BAD5DF (or 0xBAD5DF) is unknown color: approx Light Blue. HEX triplet: BA, D5 and DF. RGB value is (186,213,223). Sum of RGB (Red+Green+Blue) = 186+213+223=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5DF is #452A20. Grayscale: #CDCDCD. Windows color (decimal): -4532769 or 14669242. OLE color: 14669242.

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

Color convert

RGB186213223-
CMYK0.170.0400.13
HSL196.22º36.63%80.2%-
HSV(B)196.22º16.59%87.45%-
XYZ57.3663.3679.02-
YUV206.07137.55113.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=29.90%
G=34.24%
B=35.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862132230.170.0400.13196.2236.6380.2
HexBAD5DF1140Dc42550
Octal27232533721401530445120
Binary1011101011010101110111111000110001101110001001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5DF; }

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

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

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

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

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

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

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

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