Shades of Periwinkle #BFD4FF
Tints of Periwinkle #BFD4FF
RGB
CMYK
RGB Variations
Color information
#BFD4FF (or 0xBFD4FF) is known color: Periwinkle. HEX triplet: BF, D4 and FF. RGB value is (191,212,255). Sum of RGB (Red+Green+Blue) = 191+212+255=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4FF is #402B00. Grayscale: #D2D2D2. Windows color (decimal): -4205313 or 16766143. OLE color: 16766143.
HSL color Cylindrical-coordinate representation of color #BFD4FF: hue angle of 220.31º 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 #BFD4FF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 212 | 255 | - |
| CMYK | 0.25 | 0.17 | 0 | 0 |
| HSL | 220.31º | 1% | 0.87% | - |
| HSV(B) | 220.31º | 0.25% | 1% | - |
| XYZ | 63.08 | 65.38 | 103.9 | - |
| YUV | 210.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 255 | 0.25 | 0.17 | 0 | 0 | 220.31 | 1 | 0.87 |
| Hex | BF | D4 | FF | 19 | 11 | 0 | 0 | DC | 64 | 57 |
| Octal | 277 | 324 | 377 | 31 | 21 | 0 | 0 | 334 | 144 | 127 |
| Binary | 10111111 | 11010100 | 11111111 | 11001 | 10001 | 0 | 0 | 11011100 | 1100100 | 1010111 |
Color Harmonies of #BFD4FF
Complementary color
Monochromatic Colors of #BFD4FF
Black with #BFD4FF
Text Example
Text Example
White with #BFD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4FF; }
p { color: rgb(191,212,255); }
H1.HeaderClassName
{
color: #BFD4FF;
}
.AnyTagClassName
{
color: #BFD4FF;
}
</style>
background-color css
<style>
a { background-color: #BFD4FF; }
a { background-color: rgb(191,212,255); }
div.DivClassName
{
background-color: #BFD4FF;
}
.BgClassName
{
background-color: #BFD4FF;
}
</style>
border-color css
<style>
span { border-color: #BFD4FF; }
span { border-color: rgb(191,212,255); }
td.TdClassName
{
border-color: #BFD4FF;
}
.TagClassName
{
border-color: #BFD4FF;
}
</style>