Shades of Light Blue #BFD7E8
Tints of Light Blue #BFD7E8
RGB
CMYK
RGB Variations
Color information
#BFD7E8 (or 0xBFD7E8) is known color: Light Blue. HEX triplet: BF, D7 and E8. RGB value is (191,215,232). Sum of RGB (Red+Green+Blue) = 191+215+232=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFD7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7E8 is #402817. Grayscale: #D1D1D1. Windows color (decimal): -4204568 or 15259583. OLE color: 15259583.
HSL color Cylindrical-coordinate representation of color #BFD7E8: hue angle of 204.88º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD7E8 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 215 | 232 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.09 |
| HSL | 204.88º | 0.47% | 0.83% | - |
| HSV(B) | 204.88º | 0.18% | 0.91% | - |
| XYZ | 60.35 | 65.5 | 85.81 | - |
| YUV | 209.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 232 | 0.18 | 0.07 | 0 | 0.09 | 204.88 | 0.47 | 0.83 |
| Hex | BF | D7 | E8 | 12 | 7 | 0 | 9 | CD | 2F | 53 |
| Octal | 277 | 327 | 350 | 22 | 7 | 0 | 11 | 315 | 57 | 123 |
| Binary | 10111111 | 11010111 | 11101000 | 10010 | 111 | 0 | 1001 | 11001101 | 101111 | 1010011 |
Color Harmonies of #BFD7E8
Complementary color
Monochromatic Colors of #BFD7E8
Black with #BFD7E8
Text Example
Text Example
White with #BFD7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7E8; }
p { color: rgb(191,215,232); }
H1.HeaderClassName
{
color: #BFD7E8;
}
.AnyTagClassName
{
color: #BFD7E8;
}
</style>
background-color css
<style>
a { background-color: #BFD7E8; }
a { background-color: rgb(191,215,232); }
div.DivClassName
{
background-color: #BFD7E8;
}
.BgClassName
{
background-color: #BFD7E8;
}
</style>
border-color css
<style>
span { border-color: #BFD7E8; }
span { border-color: rgb(191,215,232); }
td.TdClassName
{
border-color: #BFD7E8;
}
.TagClassName
{
border-color: #BFD7E8;
}
</style>