Shades of Light Blue #BFD2DB
Tints of Light Blue #BFD2DB
RGB
CMYK
RGB Variations
Color information
#BFD2DB (or 0xBFD2DB) is known color: Light Blue. HEX triplet: BF, D2 and DB. RGB value is (191,210,219). Sum of RGB (Red+Green+Blue) = 191+210+219=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2DB is #402D24. Grayscale: #CDCDCD. Windows color (decimal): -4205861 or 14406335. OLE color: 14406335.
HSL color Cylindrical-coordinate representation of color #BFD2DB: hue angle of 199.29º 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 #BFD2DB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 210 | 219 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.14 |
| HSL | 199.29º | 0.28% | 0.8% | - |
| HSV(B) | 199.29º | 0.13% | 0.86% | - |
| XYZ | 57.32 | 62.28 | 76.02 | - |
| YUV | 205.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 219 | 0.13 | 0.04 | 0 | 0.14 | 199.29 | 0.28 | 0.8 |
| Hex | BF | D2 | DB | D | 4 | 0 | E | C7 | 1C | 50 |
| Octal | 277 | 322 | 333 | 15 | 4 | 0 | 16 | 307 | 34 | 120 |
| Binary | 10111111 | 11010010 | 11011011 | 1101 | 100 | 0 | 1110 | 11000111 | 11100 | 1010000 |
Color Harmonies of #BFD2DB
Complementary color
Monochromatic Colors of #BFD2DB
Black with #BFD2DB
Text Example
Text Example
White with #BFD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2DB; }
p { color: rgb(191,210,219); }
H1.HeaderClassName
{
color: #BFD2DB;
}
.AnyTagClassName
{
color: #BFD2DB;
}
</style>
background-color css
<style>
a { background-color: #BFD2DB; }
a { background-color: rgb(191,210,219); }
div.DivClassName
{
background-color: #BFD2DB;
}
.BgClassName
{
background-color: #BFD2DB;
}
</style>
border-color css
<style>
span { border-color: #BFD2DB; }
span { border-color: rgb(191,210,219); }
td.TdClassName
{
border-color: #BFD2DB;
}
.TagClassName
{
border-color: #BFD2DB;
}
</style>