Shades of Periwinkle #BFCBE6
Tints of Periwinkle #BFCBE6
RGB
CMYK
RGB Variations
Color information
#BFCBE6 (or 0xBFCBE6) is known color: Periwinkle. HEX triplet: BF, CB and E6. RGB value is (191,203,230). Sum of RGB (Red+Green+Blue) = 191+203+230=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBE6 is #403419. Grayscale: #CACACA. Windows color (decimal): -4207642 or 15125439. OLE color: 15125439.
HSL color Cylindrical-coordinate representation of color #BFCBE6: hue angle of 221.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCBE6 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 203 | 230 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.10 |
| HSL | 221.54º | 0.44% | 0.83% | - |
| HSV(B) | 221.54º | 0.17% | 0.9% | - |
| XYZ | 57.12 | 59.5 | 83.34 | - |
| YUV | 202.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 230 | 0.17 | 0.12 | 0 | 0.10 | 221.54 | 0.44 | 0.83 |
| Hex | BF | CB | E6 | 11 | C | 0 | A | DE | 2C | 53 |
| Octal | 277 | 313 | 346 | 21 | 14 | 0 | 12 | 336 | 54 | 123 |
| Binary | 10111111 | 11001011 | 11100110 | 10001 | 1100 | 0 | 1010 | 11011110 | 101100 | 1010011 |
Color Harmonies of #BFCBE6
Complementary color
Monochromatic Colors of #BFCBE6
Black with #BFCBE6
Text Example
Text Example
White with #BFCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBE6; }
p { color: rgb(191,203,230); }
H1.HeaderClassName
{
color: #BFCBE6;
}
.AnyTagClassName
{
color: #BFCBE6;
}
</style>
background-color css
<style>
a { background-color: #BFCBE6; }
a { background-color: rgb(191,203,230); }
div.DivClassName
{
background-color: #BFCBE6;
}
.BgClassName
{
background-color: #BFCBE6;
}
</style>
border-color css
<style>
span { border-color: #BFCBE6; }
span { border-color: rgb(191,203,230); }
td.TdClassName
{
border-color: #BFCBE6;
}
.TagClassName
{
border-color: #BFCBE6;
}
</style>