Shades of Periwinkle #BFCBE8
Tints of Periwinkle #BFCBE8
RGB
CMYK
RGB Variations
Color information
#BFCBE8 (or 0xBFCBE8) is known color: Periwinkle. HEX triplet: BF, CB and E8. RGB value is (191,203,232). Sum of RGB (Red+Green+Blue) = 191+203+232=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBE8 is #403417. Grayscale: #CACACA. Windows color (decimal): -4207640 or 15256511. OLE color: 15256511.
HSL color Cylindrical-coordinate representation of color #BFCBE8: hue angle of 222.44º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCBE8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 203 | 232 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.09 |
| HSL | 222.44º | 0.47% | 0.83% | - |
| HSV(B) | 222.44º | 0.18% | 0.91% | - |
| XYZ | 57.41 | 59.61 | 84.82 | - |
| YUV | 202.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 232 | 0.18 | 0.12 | 0 | 0.09 | 222.44 | 0.47 | 0.83 |
| Hex | BF | CB | E8 | 12 | C | 0 | 9 | DE | 2F | 53 |
| Octal | 277 | 313 | 350 | 22 | 14 | 0 | 11 | 336 | 57 | 123 |
| Binary | 10111111 | 11001011 | 11101000 | 10010 | 1100 | 0 | 1001 | 11011110 | 101111 | 1010011 |
Color Harmonies of #BFCBE8
Complementary color
Monochromatic Colors of #BFCBE8
Black with #BFCBE8
Text Example
Text Example
White with #BFCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBE8; }
p { color: rgb(191,203,232); }
H1.HeaderClassName
{
color: #BFCBE8;
}
.AnyTagClassName
{
color: #BFCBE8;
}
</style>
background-color css
<style>
a { background-color: #BFCBE8; }
a { background-color: rgb(191,203,232); }
div.DivClassName
{
background-color: #BFCBE8;
}
.BgClassName
{
background-color: #BFCBE8;
}
</style>
border-color css
<style>
span { border-color: #BFCBE8; }
span { border-color: rgb(191,203,232); }
td.TdClassName
{
border-color: #BFCBE8;
}
.TagClassName
{
border-color: #BFCBE8;
}
</style>