Shades of Periwinkle #BFD0F2
Tints of Periwinkle #BFD0F2
RGB
CMYK
RGB Variations
Color information
#BFD0F2 (or 0xBFD0F2) is known color: Periwinkle. HEX triplet: BF, D0 and F2. RGB value is (191,208,242). Sum of RGB (Red+Green+Blue) = 191+208+242=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFD0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0F2 is #402F0D. Grayscale: #CECECE. Windows color (decimal): -4206350 or 15913151. OLE color: 15913151.
HSL color Cylindrical-coordinate representation of color #BFD0F2: hue angle of 220º 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 #BFD0F2 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 208 | 242 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.05 |
| HSL | 220º | 0.66% | 0.85% | - |
| HSV(B) | 220º | 0.21% | 0.95% | - |
| XYZ | 60.07 | 62.6 | 92.92 | - |
| YUV | 206.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 242 | 0.21 | 0.14 | 0 | 0.05 | 220 | 0.66 | 0.85 |
| Hex | BF | D0 | F2 | 15 | E | 0 | 5 | DC | 42 | 55 |
| Octal | 277 | 320 | 362 | 25 | 16 | 0 | 5 | 334 | 102 | 125 |
| Binary | 10111111 | 11010000 | 11110010 | 10101 | 1110 | 0 | 101 | 11011100 | 1000010 | 1010101 |
Color Harmonies of #BFD0F2
Complementary color
Monochromatic Colors of #BFD0F2
Black with #BFD0F2
Text Example
Text Example
White with #BFD0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0F2; }
p { color: rgb(191,208,242); }
H1.HeaderClassName
{
color: #BFD0F2;
}
.AnyTagClassName
{
color: #BFD0F2;
}
</style>
background-color css
<style>
a { background-color: #BFD0F2; }
a { background-color: rgb(191,208,242); }
div.DivClassName
{
background-color: #BFD0F2;
}
.BgClassName
{
background-color: #BFD0F2;
}
</style>
border-color css
<style>
span { border-color: #BFD0F2; }
span { border-color: rgb(191,208,242); }
td.TdClassName
{
border-color: #BFD0F2;
}
.TagClassName
{
border-color: #BFD0F2;
}
</style>