Shades of Light Blue #BFD6DC
Tints of Light Blue #BFD6DC
RGB
CMYK
RGB Variations
Color information
#BFD6DC (or 0xBFD6DC) is known color: Light Blue. HEX triplet: BF, D6 and DC. RGB value is (191,214,220). Sum of RGB (Red+Green+Blue) = 191+214+220=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6DC is #402923. Grayscale: #CFCFCF. Windows color (decimal): -4204836 or 14472895. OLE color: 14472895.
HSL color Cylindrical-coordinate representation of color #BFD6DC: hue angle of 192.41º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD6DC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 214 | 220 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.14 |
| HSL | 192.41º | 0.29% | 0.81% | - |
| HSV(B) | 192.41º | 0.13% | 0.86% | - |
| XYZ | 58.45 | 64.34 | 77.05 | - |
| YUV | 207.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 220 | 0.13 | 0.03 | 0 | 0.14 | 192.41 | 0.29 | 0.81 |
| Hex | BF | D6 | DC | D | 3 | 0 | E | C0 | 1D | 51 |
| Octal | 277 | 326 | 334 | 15 | 3 | 0 | 16 | 300 | 35 | 121 |
| Binary | 10111111 | 11010110 | 11011100 | 1101 | 11 | 0 | 1110 | 11000000 | 11101 | 1010001 |
Color Harmonies of #BFD6DC
Complementary color
Monochromatic Colors of #BFD6DC
Black with #BFD6DC
Text Example
Text Example
White with #BFD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6DC; }
p { color: rgb(191,214,220); }
H1.HeaderClassName
{
color: #BFD6DC;
}
.AnyTagClassName
{
color: #BFD6DC;
}
</style>
background-color css
<style>
a { background-color: #BFD6DC; }
a { background-color: rgb(191,214,220); }
div.DivClassName
{
background-color: #BFD6DC;
}
.BgClassName
{
background-color: #BFD6DC;
}
</style>
border-color css
<style>
span { border-color: #BFD6DC; }
span { border-color: rgb(191,214,220); }
td.TdClassName
{
border-color: #BFD6DC;
}
.TagClassName
{
border-color: #BFD6DC;
}
</style>