Shades of Light Blue #BFD0D6
Tints of Light Blue #BFD0D6
RGB
CMYK
RGB Variations
Color information
#BFD0D6 (or 0xBFD0D6) is known color: Light Blue. HEX triplet: BF, D0 and D6. RGB value is (191,208,214). Sum of RGB (Red+Green+Blue) = 191+208+214=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFD0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0D6 is #402F29. Grayscale: #CBCBCB. Windows color (decimal): -4206378 or 14078143. OLE color: 14078143.
HSL color Cylindrical-coordinate representation of color #BFD0D6: hue angle of 195.65º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD0D6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 208 | 214 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.16 |
| HSL | 195.65º | 0.22% | 0.79% | - |
| HSV(B) | 195.65º | 0.11% | 0.84% | - |
| XYZ | 56.18 | 61.04 | 72.44 | - |
| YUV | 203.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 214 | 0.11 | 0.03 | 0 | 0.16 | 195.65 | 0.22 | 0.79 |
| Hex | BF | D0 | D6 | B | 3 | 0 | 10 | C4 | 16 | 4F |
| Octal | 277 | 320 | 326 | 13 | 3 | 0 | 20 | 304 | 26 | 117 |
| Binary | 10111111 | 11010000 | 11010110 | 1011 | 11 | 0 | 10000 | 11000100 | 10110 | 1001111 |
Color Harmonies of #BFD0D6
Complementary color
Monochromatic Colors of #BFD0D6
Black with #BFD0D6
Text Example
Text Example
White with #BFD0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0D6; }
p { color: rgb(191,208,214); }
H1.HeaderClassName
{
color: #BFD0D6;
}
.AnyTagClassName
{
color: #BFD0D6;
}
</style>
background-color css
<style>
a { background-color: #BFD0D6; }
a { background-color: rgb(191,208,214); }
div.DivClassName
{
background-color: #BFD0D6;
}
.BgClassName
{
background-color: #BFD0D6;
}
</style>
border-color css
<style>
span { border-color: #BFD0D6; }
span { border-color: rgb(191,208,214); }
td.TdClassName
{
border-color: #BFD0D6;
}
.TagClassName
{
border-color: #BFD0D6;
}
</style>