Shades of Light Blue #BACED7
Tints of Light Blue #BACED7
RGB
CMYK
RGB Variations
Color information
#BACED7 (or 0xBACED7) is known color: Light Blue. HEX triplet: BA, CE and D7. RGB value is (186,206,215). Sum of RGB (Red+Green+Blue) = 186+206+215=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 215 - color contains mainly: blue. Hex color #BACED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED7 is #453128. Grayscale: #C8C8C8. Windows color (decimal): -4534569 or 14143162. OLE color: 14143162.
HSL color Cylindrical-coordinate representation of color #BACED7: hue angle of 198.62º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACED7 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 206 | 215 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.16 |
| HSL | 198.62º | 0.27% | 0.79% | - |
| HSV(B) | 198.62º | 0.13% | 0.84% | - |
| XYZ | 54.59 | 59.49 | 72.9 | - |
| YUV | 201.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 215 | 0.13 | 0.04 | 0 | 0.16 | 198.62 | 0.27 | 0.79 |
| Hex | BA | CE | D7 | D | 4 | 0 | 10 | C7 | 1B | 4F |
| Octal | 272 | 316 | 327 | 15 | 4 | 0 | 20 | 307 | 33 | 117 |
| Binary | 10111010 | 11001110 | 11010111 | 1101 | 100 | 0 | 10000 | 11000111 | 11011 | 1001111 |
Color Harmonies of #BACED7
Complementary color
Monochromatic Colors of #BACED7
Black with #BACED7
Text Example
Text Example
White with #BACED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACED7; }
p { color: rgb(186,206,215); }
H1.HeaderClassName
{
color: #BACED7;
}
.AnyTagClassName
{
color: #BACED7;
}
</style>
background-color css
<style>
a { background-color: #BACED7; }
a { background-color: rgb(186,206,215); }
div.DivClassName
{
background-color: #BACED7;
}
.BgClassName
{
background-color: #BACED7;
}
</style>
border-color css
<style>
span { border-color: #BACED7; }
span { border-color: rgb(186,206,215); }
td.TdClassName
{
border-color: #BACED7;
}
.TagClassName
{
border-color: #BACED7;
}
</style>