Shades of Light Blue #BFD3DB
Tints of Light Blue #BFD3DB
RGB
CMYK
RGB Variations
Color information
#BFD3DB (or 0xBFD3DB) is known color: Light Blue. HEX triplet: BF, D3 and DB. RGB value is (191,211,219). Sum of RGB (Red+Green+Blue) = 191+211+219=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3DB is #402C24. Grayscale: #CDCDCD. Windows color (decimal): -4205605 or 14406591. OLE color: 14406591.
HSL color Cylindrical-coordinate representation of color #BFD3DB: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD3DB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 211 | 219 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.14 |
| HSL | 197.14º | 0.28% | 0.8% | - |
| HSV(B) | 197.14º | 0.13% | 0.86% | - |
| XYZ | 57.57 | 62.78 | 76.1 | - |
| YUV | 205.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 219 | 0.13 | 0.04 | 0 | 0.14 | 197.14 | 0.28 | 0.8 |
| Hex | BF | D3 | DB | D | 4 | 0 | E | C5 | 1C | 50 |
| Octal | 277 | 323 | 333 | 15 | 4 | 0 | 16 | 305 | 34 | 120 |
| Binary | 10111111 | 11010011 | 11011011 | 1101 | 100 | 0 | 1110 | 11000101 | 11100 | 1010000 |
Color Harmonies of #BFD3DB
Complementary color
Monochromatic Colors of #BFD3DB
Black with #BFD3DB
Text Example
Text Example
White with #BFD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3DB; }
p { color: rgb(191,211,219); }
H1.HeaderClassName
{
color: #BFD3DB;
}
.AnyTagClassName
{
color: #BFD3DB;
}
</style>
background-color css
<style>
a { background-color: #BFD3DB; }
a { background-color: rgb(191,211,219); }
div.DivClassName
{
background-color: #BFD3DB;
}
.BgClassName
{
background-color: #BFD3DB;
}
</style>
border-color css
<style>
span { border-color: #BFD3DB; }
span { border-color: rgb(191,211,219); }
td.TdClassName
{
border-color: #BFD3DB;
}
.TagClassName
{
border-color: #BFD3DB;
}
</style>