#BAD1DF

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

Shades of Light Blue #BAD1DF

Tints of Light Blue #BAD1DF

Color information

#BAD1DF (or 0xBAD1DF) is unknown color: approx Light Blue. HEX triplet: BA, D1 and DF. RGB value is (186,209,223). Sum of RGB (Red+Green+Blue) = 186+209+223=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1DF is #452E20. Grayscale: #CBCBCB. Windows color (decimal): -4533793 or 14668218. OLE color: 14668218.

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

Color convert

RGB186209223-
CMYK0.170.0600.13
HSL202.7º36.63%80.2%-
HSV(B)202.7º16.59%87.45%-
XYZ56.3761.3778.69-
YUV203.72138.88115.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=30.10%
G=33.82%
B=36.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862092230.170.0600.13202.736.6380.2
HexBAD1DF1160Dcb2550
Octal27232133721601531345120
Binary1011101011010001110111111000111001101110010111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1DF; }

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

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

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

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

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

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

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

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