Shades of Light Blue #BFD7E6
Tints of Light Blue #BFD7E6
RGB
CMYK
RGB Variations
Color information
#BFD7E6 (or 0xBFD7E6) is known color: Light Blue. HEX triplet: BF, D7 and E6. RGB value is (191,215,230). Sum of RGB (Red+Green+Blue) = 191+215+230=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFD7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7E6 is #402819. Grayscale: #D1D1D1. Windows color (decimal): -4204570 or 15128511. OLE color: 15128511.
HSL color Cylindrical-coordinate representation of color #BFD7E6: hue angle of 203.08º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD7E6 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 215 | 230 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.10 |
| HSL | 203.08º | 0.44% | 0.83% | - |
| HSV(B) | 203.08º | 0.17% | 0.9% | - |
| XYZ | 60.07 | 65.39 | 84.32 | - |
| YUV | 209.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 230 | 0.17 | 0.07 | 0 | 0.10 | 203.08 | 0.44 | 0.83 |
| Hex | BF | D7 | E6 | 11 | 7 | 0 | A | CB | 2C | 53 |
| Octal | 277 | 327 | 346 | 21 | 7 | 0 | 12 | 313 | 54 | 123 |
| Binary | 10111111 | 11010111 | 11100110 | 10001 | 111 | 0 | 1010 | 11001011 | 101100 | 1010011 |
Color Harmonies of #BFD7E6
Complementary color
Monochromatic Colors of #BFD7E6
Black with #BFD7E6
Text Example
Text Example
White with #BFD7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7E6; }
p { color: rgb(191,215,230); }
H1.HeaderClassName
{
color: #BFD7E6;
}
.AnyTagClassName
{
color: #BFD7E6;
}
</style>
background-color css
<style>
a { background-color: #BFD7E6; }
a { background-color: rgb(191,215,230); }
div.DivClassName
{
background-color: #BFD7E6;
}
.BgClassName
{
background-color: #BFD7E6;
}
</style>
border-color css
<style>
span { border-color: #BFD7E6; }
span { border-color: rgb(191,215,230); }
td.TdClassName
{
border-color: #BFD7E6;
}
.TagClassName
{
border-color: #BFD7E6;
}
</style>