Shades of Light Blue #BFD8E5
Tints of Light Blue #BFD8E5
RGB
CMYK
RGB Variations
Color information
#BFD8E5 (or 0xBFD8E5) is known color: Light Blue. HEX triplet: BF, D8 and E5. RGB value is (191,216,229). Sum of RGB (Red+Green+Blue) = 191+216+229=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFD8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8E5 is #40271A. Grayscale: #D1D1D1. Windows color (decimal): -4204315 or 15063231. OLE color: 15063231.
HSL color Cylindrical-coordinate representation of color #BFD8E5: hue angle of 200.53º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD8E5 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 216 | 229 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.10 |
| HSL | 200.53º | 0.42% | 0.82% | - |
| HSV(B) | 200.53º | 0.17% | 0.9% | - |
| XYZ | 60.18 | 65.85 | 83.67 | - |
| YUV | 210.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 229 | 0.17 | 0.06 | 0 | 0.10 | 200.53 | 0.42 | 0.82 |
| Hex | BF | D8 | E5 | 11 | 6 | 0 | A | C9 | 2A | 52 |
| Octal | 277 | 330 | 345 | 21 | 6 | 0 | 12 | 311 | 52 | 122 |
| Binary | 10111111 | 11011000 | 11100101 | 10001 | 110 | 0 | 1010 | 11001001 | 101010 | 1010010 |
Color Harmonies of #BFD8E5
Complementary color
Monochromatic Colors of #BFD8E5
Black with #BFD8E5
Text Example
Text Example
White with #BFD8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8E5; }
p { color: rgb(191,216,229); }
H1.HeaderClassName
{
color: #BFD8E5;
}
.AnyTagClassName
{
color: #BFD8E5;
}
</style>
background-color css
<style>
a { background-color: #BFD8E5; }
a { background-color: rgb(191,216,229); }
div.DivClassName
{
background-color: #BFD8E5;
}
.BgClassName
{
background-color: #BFD8E5;
}
</style>
border-color css
<style>
span { border-color: #BFD8E5; }
span { border-color: rgb(191,216,229); }
td.TdClassName
{
border-color: #BFD8E5;
}
.TagClassName
{
border-color: #BFD8E5;
}
</style>