Shades of Periwinkle #BFCBE0
Tints of Periwinkle #BFCBE0
RGB
CMYK
RGB Variations
Color information
#BFCBE0 (or 0xBFCBE0) is known color: Periwinkle. HEX triplet: BF, CB and E0. RGB value is (191,203,224). Sum of RGB (Red+Green+Blue) = 191+203+224=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBE0 is #40341F. Grayscale: #C9C9C9. Windows color (decimal): -4207648 or 14732223. OLE color: 14732223.
HSL color Cylindrical-coordinate representation of color #BFCBE0: hue angle of 218.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCBE0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 203 | 224 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.12 |
| HSL | 218.18º | 0.35% | 0.81% | - |
| HSV(B) | 218.18º | 0.15% | 0.88% | - |
| XYZ | 56.3 | 59.17 | 78.97 | - |
| YUV | 201.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 224 | 0.15 | 0.09 | 0 | 0.12 | 218.18 | 0.35 | 0.81 |
| Hex | BF | CB | E0 | F | 9 | 0 | C | DA | 23 | 51 |
| Octal | 277 | 313 | 340 | 17 | 11 | 0 | 14 | 332 | 43 | 121 |
| Binary | 10111111 | 11001011 | 11100000 | 1111 | 1001 | 0 | 1100 | 11011010 | 100011 | 1010001 |
Color Harmonies of #BFCBE0
Complementary color
Monochromatic Colors of #BFCBE0
Black with #BFCBE0
Text Example
Text Example
White with #BFCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBE0; }
p { color: rgb(191,203,224); }
H1.HeaderClassName
{
color: #BFCBE0;
}
.AnyTagClassName
{
color: #BFCBE0;
}
</style>
background-color css
<style>
a { background-color: #BFCBE0; }
a { background-color: rgb(191,203,224); }
div.DivClassName
{
background-color: #BFCBE0;
}
.BgClassName
{
background-color: #BFCBE0;
}
</style>
border-color css
<style>
span { border-color: #BFCBE0; }
span { border-color: rgb(191,203,224); }
td.TdClassName
{
border-color: #BFCBE0;
}
.TagClassName
{
border-color: #BFCBE0;
}
</style>