Shades of Light Blue #BFD6E7
Tints of Light Blue #BFD6E7
RGB
CMYK
RGB Variations
Color information
#BFD6E7 (or 0xBFD6E7) is known color: Light Blue. HEX triplet: BF, D6 and E7. RGB value is (191,214,231). Sum of RGB (Red+Green+Blue) = 191+214+231=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFD6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6E7 is #402918. Grayscale: #D0D0D0. Windows color (decimal): -4204825 or 15193791. OLE color: 15193791.
HSL color Cylindrical-coordinate representation of color #BFD6E7: hue angle of 205.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD6E7 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 214 | 231 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.09 |
| HSL | 205.5º | 0.45% | 0.83% | - |
| HSV(B) | 205.5º | 0.17% | 0.91% | - |
| XYZ | 59.96 | 64.94 | 84.98 | - |
| YUV | 209.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 231 | 0.17 | 0.07 | 0 | 0.09 | 205.5 | 0.45 | 0.83 |
| Hex | BF | D6 | E7 | 11 | 7 | 0 | 9 | CE | 2D | 53 |
| Octal | 277 | 326 | 347 | 21 | 7 | 0 | 11 | 316 | 55 | 123 |
| Binary | 10111111 | 11010110 | 11100111 | 10001 | 111 | 0 | 1001 | 11001110 | 101101 | 1010011 |
Color Harmonies of #BFD6E7
Complementary color
Monochromatic Colors of #BFD6E7
Black with #BFD6E7
Text Example
Text Example
White with #BFD6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6E7; }
p { color: rgb(191,214,231); }
H1.HeaderClassName
{
color: #BFD6E7;
}
.AnyTagClassName
{
color: #BFD6E7;
}
</style>
background-color css
<style>
a { background-color: #BFD6E7; }
a { background-color: rgb(191,214,231); }
div.DivClassName
{
background-color: #BFD6E7;
}
.BgClassName
{
background-color: #BFD6E7;
}
</style>
border-color css
<style>
span { border-color: #BFD6E7; }
span { border-color: rgb(191,214,231); }
td.TdClassName
{
border-color: #BFD6E7;
}
.TagClassName
{
border-color: #BFD6E7;
}
</style>