Shades of Light Blue #BFD1DA
Tints of Light Blue #BFD1DA
RGB
CMYK
RGB Variations
Color information
#BFD1DA (or 0xBFD1DA) is known color: Light Blue. HEX triplet: BF, D1 and DA. RGB value is (191,209,218). Sum of RGB (Red+Green+Blue) = 191+209+218=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1DA is #402E25. Grayscale: #CCCCCC. Windows color (decimal): -4206118 or 14340543. OLE color: 14340543.
HSL color Cylindrical-coordinate representation of color #BFD1DA: hue angle of 200º degrees, saturation: 0.27, 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 #BFD1DA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 209 | 218 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.15 |
| HSL | 200º | 0.27% | 0.8% | - |
| HSV(B) | 200º | 0.12% | 0.85% | - |
| XYZ | 56.94 | 61.74 | 75.25 | - |
| YUV | 204.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 218 | 0.12 | 0.04 | 0 | 0.15 | 200 | 0.27 | 0.8 |
| Hex | BF | D1 | DA | C | 4 | 0 | F | C8 | 1B | 50 |
| Octal | 277 | 321 | 332 | 14 | 4 | 0 | 17 | 310 | 33 | 120 |
| Binary | 10111111 | 11010001 | 11011010 | 1100 | 100 | 0 | 1111 | 11001000 | 11011 | 1010000 |
Color Harmonies of #BFD1DA
Complementary color
Monochromatic Colors of #BFD1DA
Black with #BFD1DA
Text Example
Text Example
White with #BFD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1DA; }
p { color: rgb(191,209,218); }
H1.HeaderClassName
{
color: #BFD1DA;
}
.AnyTagClassName
{
color: #BFD1DA;
}
</style>
background-color css
<style>
a { background-color: #BFD1DA; }
a { background-color: rgb(191,209,218); }
div.DivClassName
{
background-color: #BFD1DA;
}
.BgClassName
{
background-color: #BFD1DA;
}
</style>
border-color css
<style>
span { border-color: #BFD1DA; }
span { border-color: rgb(191,209,218); }
td.TdClassName
{
border-color: #BFD1DA;
}
.TagClassName
{
border-color: #BFD1DA;
}
</style>