Shades of Periwinkle #BFD2FF
Tints of Periwinkle #BFD2FF
RGB
CMYK
RGB Variations
Color information
#BFD2FF (or 0xBFD2FF) is known color: Periwinkle. HEX triplet: BF, D2 and FF. RGB value is (191,210,255). Sum of RGB (Red+Green+Blue) = 191+210+255=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2FF is #402D00. Grayscale: #D1D1D1. Windows color (decimal): -4205825 or 16765631. OLE color: 16765631.
HSL color Cylindrical-coordinate representation of color #BFD2FF: hue angle of 222.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD2FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 210 | 255 | - |
| CMYK | 0.25 | 0.18 | 0 | 0 |
| HSL | 222.19º | 1% | 0.87% | - |
| HSV(B) | 222.19º | 0.25% | 1% | - |
| XYZ | 62.58 | 64.39 | 103.74 | - |
| YUV | 209.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 255 | 0.25 | 0.18 | 0 | 0 | 222.19 | 1 | 0.87 |
| Hex | BF | D2 | FF | 19 | 12 | 0 | 0 | DE | 64 | 57 |
| Octal | 277 | 322 | 377 | 31 | 22 | 0 | 0 | 336 | 144 | 127 |
| Binary | 10111111 | 11010010 | 11111111 | 11001 | 10010 | 0 | 0 | 11011110 | 1100100 | 1010111 |
Color Harmonies of #BFD2FF
Complementary color
Monochromatic Colors of #BFD2FF
Black with #BFD2FF
Text Example
Text Example
White with #BFD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2FF; }
p { color: rgb(191,210,255); }
H1.HeaderClassName
{
color: #BFD2FF;
}
.AnyTagClassName
{
color: #BFD2FF;
}
</style>
background-color css
<style>
a { background-color: #BFD2FF; }
a { background-color: rgb(191,210,255); }
div.DivClassName
{
background-color: #BFD2FF;
}
.BgClassName
{
background-color: #BFD2FF;
}
</style>
border-color css
<style>
span { border-color: #BFD2FF; }
span { border-color: rgb(191,210,255); }
td.TdClassName
{
border-color: #BFD2FF;
}
.TagClassName
{
border-color: #BFD2FF;
}
</style>