Shades of Light Blue #BFD8DF
Tints of Light Blue #BFD8DF
RGB
CMYK
RGB Variations
Color information
#BFD8DF (or 0xBFD8DF) is known color: Light Blue. HEX triplet: BF, D8 and DF. RGB value is (191,216,223). Sum of RGB (Red+Green+Blue) = 191+216+223=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8DF is #402720. Grayscale: #D1D1D1. Windows color (decimal): -4204321 or 14670015. OLE color: 14670015.
HSL color Cylindrical-coordinate representation of color #BFD8DF: hue angle of 193.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD8DF is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 216 | 223 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.13 |
| HSL | 193.13º | 0.33% | 0.81% | - |
| HSV(B) | 193.13º | 0.14% | 0.87% | - |
| XYZ | 59.36 | 65.52 | 79.33 | - |
| YUV | 209.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 223 | 0.14 | 0.03 | 0 | 0.13 | 193.13 | 0.33 | 0.81 |
| Hex | BF | D8 | DF | E | 3 | 0 | D | C1 | 21 | 51 |
| Octal | 277 | 330 | 337 | 16 | 3 | 0 | 15 | 301 | 41 | 121 |
| Binary | 10111111 | 11011000 | 11011111 | 1110 | 11 | 0 | 1101 | 11000001 | 100001 | 1010001 |
Color Harmonies of #BFD8DF
Complementary color
Monochromatic Colors of #BFD8DF
Black with #BFD8DF
Text Example
Text Example
White with #BFD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8DF; }
p { color: rgb(191,216,223); }
H1.HeaderClassName
{
color: #BFD8DF;
}
.AnyTagClassName
{
color: #BFD8DF;
}
</style>
background-color css
<style>
a { background-color: #BFD8DF; }
a { background-color: rgb(191,216,223); }
div.DivClassName
{
background-color: #BFD8DF;
}
.BgClassName
{
background-color: #BFD8DF;
}
</style>
border-color css
<style>
span { border-color: #BFD8DF; }
span { border-color: rgb(191,216,223); }
td.TdClassName
{
border-color: #BFD8DF;
}
.TagClassName
{
border-color: #BFD8DF;
}
</style>