Shades of Light Blue #BFD0D8
Tints of Light Blue #BFD0D8
RGB
CMYK
RGB Variations
Color information
#BFD0D8 (or 0xBFD0D8) is known color: Light Blue. HEX triplet: BF, D0 and D8. RGB value is (191,208,216). Sum of RGB (Red+Green+Blue) = 191+208+216=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFD0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0D8 is #402F27. Grayscale: #CBCBCB. Windows color (decimal): -4206376 or 14209215. OLE color: 14209215.
HSL color Cylindrical-coordinate representation of color #BFD0D8: hue angle of 199.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD0D8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 208 | 216 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.15 |
| HSL | 199.2º | 0.24% | 0.8% | - |
| HSV(B) | 199.2º | 0.12% | 0.85% | - |
| XYZ | 56.44 | 61.15 | 73.79 | - |
| YUV | 203.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 216 | 0.12 | 0.04 | 0 | 0.15 | 199.2 | 0.24 | 0.8 |
| Hex | BF | D0 | D8 | C | 4 | 0 | F | C7 | 18 | 50 |
| Octal | 277 | 320 | 330 | 14 | 4 | 0 | 17 | 307 | 30 | 120 |
| Binary | 10111111 | 11010000 | 11011000 | 1100 | 100 | 0 | 1111 | 11000111 | 11000 | 1010000 |
Color Harmonies of #BFD0D8
Complementary color
Monochromatic Colors of #BFD0D8
Black with #BFD0D8
Text Example
Text Example
White with #BFD0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0D8; }
p { color: rgb(191,208,216); }
H1.HeaderClassName
{
color: #BFD0D8;
}
.AnyTagClassName
{
color: #BFD0D8;
}
</style>
background-color css
<style>
a { background-color: #BFD0D8; }
a { background-color: rgb(191,208,216); }
div.DivClassName
{
background-color: #BFD0D8;
}
.BgClassName
{
background-color: #BFD0D8;
}
</style>
border-color css
<style>
span { border-color: #BFD0D8; }
span { border-color: rgb(191,208,216); }
td.TdClassName
{
border-color: #BFD0D8;
}
.TagClassName
{
border-color: #BFD0D8;
}
</style>