Shades of Light Blue #BFD3DC
Tints of Light Blue #BFD3DC
RGB
CMYK
RGB Variations
Color information
#BFD3DC (or 0xBFD3DC) is known color: Light Blue. HEX triplet: BF, D3 and DC. RGB value is (191,211,220). Sum of RGB (Red+Green+Blue) = 191+211+220=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3DC is #402C23. Grayscale: #CDCDCD. Windows color (decimal): -4205604 or 14472127. OLE color: 14472127.
HSL color Cylindrical-coordinate representation of color #BFD3DC: hue angle of 198.62º 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 #BFD3DC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 211 | 220 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.14 |
| HSL | 198.62º | 0.29% | 0.81% | - |
| HSV(B) | 198.62º | 0.13% | 0.86% | - |
| XYZ | 57.7 | 62.83 | 76.8 | - |
| YUV | 206.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 220 | 0.13 | 0.04 | 0 | 0.14 | 198.62 | 0.29 | 0.81 |
| Hex | BF | D3 | DC | D | 4 | 0 | E | C7 | 1D | 51 |
| Octal | 277 | 323 | 334 | 15 | 4 | 0 | 16 | 307 | 35 | 121 |
| Binary | 10111111 | 11010011 | 11011100 | 1101 | 100 | 0 | 1110 | 11000111 | 11101 | 1010001 |
Color Harmonies of #BFD3DC
Complementary color
Monochromatic Colors of #BFD3DC
Black with #BFD3DC
Text Example
Text Example
White with #BFD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3DC; }
p { color: rgb(191,211,220); }
H1.HeaderClassName
{
color: #BFD3DC;
}
.AnyTagClassName
{
color: #BFD3DC;
}
</style>
background-color css
<style>
a { background-color: #BFD3DC; }
a { background-color: rgb(191,211,220); }
div.DivClassName
{
background-color: #BFD3DC;
}
.BgClassName
{
background-color: #BFD3DC;
}
</style>
border-color css
<style>
span { border-color: #BFD3DC; }
span { border-color: rgb(191,211,220); }
td.TdClassName
{
border-color: #BFD3DC;
}
.TagClassName
{
border-color: #BFD3DC;
}
</style>