#BAD1D6

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

Shades of Light Blue #BAD1D6

Tints of Light Blue #BAD1D6

Color information

#BAD1D6 (or 0xBAD1D6) is unknown color: approx Light Blue. HEX triplet: BA, D1 and D6. RGB value is (186,209,214). Sum of RGB (Red+Green+Blue) = 186+209+214=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAD1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1D6 is #452E29. Grayscale: #CACACA. Windows color (decimal): -4533802 or 14078394. OLE color: 14078394.

HSL color Cylindrical-coordinate representation of color #BAD1D6: hue angle of 190.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD1D6 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186209214-
CMYK0.130.0200.16
HSL190.71º25.45%78.43%-
HSV(B)190.71º13.08%83.92%-
XYZ55.1960.972.46-
YUV202.69134.38116.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 209 (82.03% from 255) = 34.32%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=30.54%
G=34.32%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862092140.130.0200.16190.7125.4578.43
HexBAD1D6D2010bf194e
Octal27232132615202027731116
Binary10111010110100011101011011011001000010111111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1D6; }

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

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

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

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

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

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

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

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