Shades of Periwinkle #BFD2FB
Tints of Periwinkle #BFD2FB
RGB
CMYK
RGB Variations
Color information
#BFD2FB (or 0xBFD2FB) is known color: Periwinkle. HEX triplet: BF, D2 and FB. RGB value is (191,210,251). Sum of RGB (Red+Green+Blue) = 191+210+251=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2FB is #402D04. Grayscale: #D0D0D0. Windows color (decimal): -4205829 or 16503487. OLE color: 16503487.
HSL color Cylindrical-coordinate representation of color #BFD2FB: hue angle of 221º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD2FB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 210 | 251 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.02 |
| HSL | 221º | 0.88% | 0.87% | - |
| HSV(B) | 221º | 0.24% | 0.98% | - |
| XYZ | 61.95 | 64.13 | 100.38 | - |
| YUV | 208.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 251 | 0.24 | 0.16 | 0 | 0.02 | 221 | 0.88 | 0.87 |
| Hex | BF | D2 | FB | 18 | 10 | 0 | 2 | DD | 58 | 57 |
| Octal | 277 | 322 | 373 | 30 | 20 | 0 | 2 | 335 | 130 | 127 |
| Binary | 10111111 | 11010010 | 11111011 | 11000 | 10000 | 0 | 10 | 11011101 | 1011000 | 1010111 |
Color Harmonies of #BFD2FB
Complementary color
Monochromatic Colors of #BFD2FB
Black with #BFD2FB
Text Example
Text Example
White with #BFD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2FB; }
p { color: rgb(191,210,251); }
H1.HeaderClassName
{
color: #BFD2FB;
}
.AnyTagClassName
{
color: #BFD2FB;
}
</style>
background-color css
<style>
a { background-color: #BFD2FB; }
a { background-color: rgb(191,210,251); }
div.DivClassName
{
background-color: #BFD2FB;
}
.BgClassName
{
background-color: #BFD2FB;
}
</style>
border-color css
<style>
span { border-color: #BFD2FB; }
span { border-color: rgb(191,210,251); }
td.TdClassName
{
border-color: #BFD2FB;
}
.TagClassName
{
border-color: #BFD2FB;
}
</style>