Shades of Periwinkle #BFD7F2
Tints of Periwinkle #BFD7F2
RGB
CMYK
RGB Variations
Color information
#BFD7F2 (or 0xBFD7F2) is known color: Periwinkle. HEX triplet: BF, D7 and F2. RGB value is (191,215,242). Sum of RGB (Red+Green+Blue) = 191+215+242=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFD7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7F2 is #40280D. Grayscale: #D2D2D2. Windows color (decimal): -4204558 or 15914943. OLE color: 15914943.
HSL color Cylindrical-coordinate representation of color #BFD7F2: hue angle of 211.76º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD7F2 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 215 | 242 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.05 |
| HSL | 211.76º | 0.66% | 0.85% | - |
| HSV(B) | 211.76º | 0.21% | 0.95% | - |
| XYZ | 61.81 | 66.09 | 93.5 | - |
| YUV | 210.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 242 | 0.21 | 0.11 | 0 | 0.05 | 211.76 | 0.66 | 0.85 |
| Hex | BF | D7 | F2 | 15 | B | 0 | 5 | D4 | 42 | 55 |
| Octal | 277 | 327 | 362 | 25 | 13 | 0 | 5 | 324 | 102 | 125 |
| Binary | 10111111 | 11010111 | 11110010 | 10101 | 1011 | 0 | 101 | 11010100 | 1000010 | 1010101 |
Color Harmonies of #BFD7F2
Complementary color
Monochromatic Colors of #BFD7F2
Black with #BFD7F2
Text Example
Text Example
White with #BFD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7F2; }
p { color: rgb(191,215,242); }
H1.HeaderClassName
{
color: #BFD7F2;
}
.AnyTagClassName
{
color: #BFD7F2;
}
</style>
background-color css
<style>
a { background-color: #BFD7F2; }
a { background-color: rgb(191,215,242); }
div.DivClassName
{
background-color: #BFD7F2;
}
.BgClassName
{
background-color: #BFD7F2;
}
</style>
border-color css
<style>
span { border-color: #BFD7F2; }
span { border-color: rgb(191,215,242); }
td.TdClassName
{
border-color: #BFD7F2;
}
.TagClassName
{
border-color: #BFD7F2;
}
</style>