Shades of Light Blue #BAD8DF
Tints of Light Blue #BAD8DF
RGB
CMYK
RGB Variations
Color information
#BAD8DF (or 0xBAD8DF) is known color: Light Blue. HEX triplet: BA, D8 and DF. RGB value is (186,216,223). Sum of RGB (Red+Green+Blue) = 186+216+223=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8DF is #452720. Grayscale: #CFCFCF. Windows color (decimal): -4532001 or 14670010. OLE color: 14670010.
HSL color Cylindrical-coordinate representation of color #BAD8DF: hue angle of 191.35º 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 #BAD8DF is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 186 | 216 | 223 | - |
CMYK | 0.17 | 0.03 | 0 | 0.13 |
HSL | 191.35º | 0.37% | 0.8% | - |
HSV(B) | 191.35º | 0.17% | 0.87% | - |
XYZ | 58.12 | 64.88 | 79.27 | - |
YUV | 207.83 | 136.56 | 112.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 216 | 223 | 0.17 | 0.03 | 0 | 0.13 | 191.35 | 0.37 | 0.8 |
Hex | BA | D8 | DF | 11 | 3 | 0 | D | BF | 25 | 50 |
Octal | 272 | 330 | 337 | 21 | 3 | 0 | 15 | 277 | 45 | 120 |
Binary | 10111010 | 11011000 | 11011111 | 10001 | 11 | 0 | 1101 | 10111111 | 100101 | 1010000 |
Color Harmonies of #BAD8DF
Complementary color
Monochromatic Colors of #BAD8DF
Black with #BAD8DF
Text Example
Text Example
White with #BAD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8DF; }
p { color: rgb(186,216,223); }
H1.HeaderClassName
{
color: #BAD8DF;
}
.AnyTagClassName
{
color: #BAD8DF;
}
</style>
background-color css
<style>
a { background-color: #BAD8DF; }
a { background-color: rgb(186,216,223); }
div.DivClassName
{
background-color: #BAD8DF;
}
.BgClassName
{
background-color: #BAD8DF;
}
</style>
border-color css
<style>
span { border-color: #BAD8DF; }
span { border-color: rgb(186,216,223); }
td.TdClassName
{
border-color: #BAD8DF;
}
.TagClassName
{
border-color: #BAD8DF;
}
</style>