Shades of Periwinkle #BFCBEA
Tints of Periwinkle #BFCBEA
RGB
CMYK
RGB Variations
Color information
#BFCBEA (or 0xBFCBEA) is known color: Periwinkle. HEX triplet: BF, CB and EA. RGB value is (191,203,234). Sum of RGB (Red+Green+Blue) = 191+203+234=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBEA is #403415. Grayscale: #CACACA. Windows color (decimal): -4207638 or 15387583. OLE color: 15387583.
HSL color Cylindrical-coordinate representation of color #BFCBEA: hue angle of 223.26º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCBEA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 203 | 234 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.08 |
| HSL | 223.26º | 0.51% | 0.83% | - |
| HSV(B) | 223.26º | 0.18% | 0.92% | - |
| XYZ | 57.69 | 59.73 | 86.33 | - |
| YUV | 202.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 234 | 0.18 | 0.13 | 0 | 0.08 | 223.26 | 0.51 | 0.83 |
| Hex | BF | CB | EA | 12 | D | 0 | 8 | DF | 33 | 53 |
| Octal | 277 | 313 | 352 | 22 | 15 | 0 | 10 | 337 | 63 | 123 |
| Binary | 10111111 | 11001011 | 11101010 | 10010 | 1101 | 0 | 1000 | 11011111 | 110011 | 1010011 |
Color Harmonies of #BFCBEA
Complementary color
Monochromatic Colors of #BFCBEA
Black with #BFCBEA
Text Example
Text Example
White with #BFCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBEA; }
p { color: rgb(191,203,234); }
H1.HeaderClassName
{
color: #BFCBEA;
}
.AnyTagClassName
{
color: #BFCBEA;
}
</style>
background-color css
<style>
a { background-color: #BFCBEA; }
a { background-color: rgb(191,203,234); }
div.DivClassName
{
background-color: #BFCBEA;
}
.BgClassName
{
background-color: #BFCBEA;
}
</style>
border-color css
<style>
span { border-color: #BFCBEA; }
span { border-color: rgb(191,203,234); }
td.TdClassName
{
border-color: #BFCBEA;
}
.TagClassName
{
border-color: #BFCBEA;
}
</style>