Shades of Periwinkle #BFD2EB
Tints of Periwinkle #BFD2EB
RGB
CMYK
RGB Variations
Color information
#BFD2EB (or 0xBFD2EB) is known color: Periwinkle. HEX triplet: BF, D2 and EB. RGB value is (191,210,235). Sum of RGB (Red+Green+Blue) = 191+210+235=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2EB is #402D14. Grayscale: #CFCFCF. Windows color (decimal): -4205845 or 15454911. OLE color: 15454911.
HSL color Cylindrical-coordinate representation of color #BFD2EB: hue angle of 214.09º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD2EB is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 210 | 235 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.08 |
| HSL | 214.09º | 0.52% | 0.84% | - |
| HSV(B) | 214.09º | 0.19% | 0.92% | - |
| XYZ | 59.53 | 63.17 | 87.65 | - |
| YUV | 207.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 235 | 0.19 | 0.11 | 0 | 0.08 | 214.09 | 0.52 | 0.84 |
| Hex | BF | D2 | EB | 13 | B | 0 | 8 | D6 | 34 | 54 |
| Octal | 277 | 322 | 353 | 23 | 13 | 0 | 10 | 326 | 64 | 124 |
| Binary | 10111111 | 11010010 | 11101011 | 10011 | 1011 | 0 | 1000 | 11010110 | 110100 | 1010100 |
Color Harmonies of #BFD2EB
Complementary color
Monochromatic Colors of #BFD2EB
Black with #BFD2EB
Text Example
Text Example
White with #BFD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2EB; }
p { color: rgb(191,210,235); }
H1.HeaderClassName
{
color: #BFD2EB;
}
.AnyTagClassName
{
color: #BFD2EB;
}
</style>
background-color css
<style>
a { background-color: #BFD2EB; }
a { background-color: rgb(191,210,235); }
div.DivClassName
{
background-color: #BFD2EB;
}
.BgClassName
{
background-color: #BFD2EB;
}
</style>
border-color css
<style>
span { border-color: #BFD2EB; }
span { border-color: rgb(191,210,235); }
td.TdClassName
{
border-color: #BFD2EB;
}
.TagClassName
{
border-color: #BFD2EB;
}
</style>