Shades of Light Blue #BFD7E0
Tints of Light Blue #BFD7E0
RGB
CMYK
RGB Variations
Color information
#BFD7E0 (or 0xBFD7E0) is known color: Light Blue. HEX triplet: BF, D7 and E0. RGB value is (191,215,224). Sum of RGB (Red+Green+Blue) = 191+215+224=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFD7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7E0 is #40281F. Grayscale: #D0D0D0. Windows color (decimal): -4204576 or 14735295. OLE color: 14735295.
HSL color Cylindrical-coordinate representation of color #BFD7E0: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFD7E0 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 215 | 224 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.12 |
| HSL | 196.36º | 0.35% | 0.81% | - |
| HSV(B) | 196.36º | 0.15% | 0.88% | - |
| XYZ | 59.24 | 65.06 | 79.96 | - |
| YUV | 208.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 224 | 0.15 | 0.04 | 0 | 0.12 | 196.36 | 0.35 | 0.81 |
| Hex | BF | D7 | E0 | F | 4 | 0 | C | C4 | 23 | 51 |
| Octal | 277 | 327 | 340 | 17 | 4 | 0 | 14 | 304 | 43 | 121 |
| Binary | 10111111 | 11010111 | 11100000 | 1111 | 100 | 0 | 1100 | 11000100 | 100011 | 1010001 |
Color Harmonies of #BFD7E0
Complementary color
Monochromatic Colors of #BFD7E0
Black with #BFD7E0
Text Example
Text Example
White with #BFD7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7E0; }
p { color: rgb(191,215,224); }
H1.HeaderClassName
{
color: #BFD7E0;
}
.AnyTagClassName
{
color: #BFD7E0;
}
</style>
background-color css
<style>
a { background-color: #BFD7E0; }
a { background-color: rgb(191,215,224); }
div.DivClassName
{
background-color: #BFD7E0;
}
.BgClassName
{
background-color: #BFD7E0;
}
</style>
border-color css
<style>
span { border-color: #BFD7E0; }
span { border-color: rgb(191,215,224); }
td.TdClassName
{
border-color: #BFD7E0;
}
.TagClassName
{
border-color: #BFD7E0;
}
</style>