Shades of Periwinkle #BFCBED
Tints of Periwinkle #BFCBED
RGB
CMYK
RGB Variations
Color information
#BFCBED (or 0xBFCBED) is known color: Periwinkle. HEX triplet: BF, CB and ED. RGB value is (191,203,237). Sum of RGB (Red+Green+Blue) = 191+203+237=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBED is #403412. Grayscale: #CBCBCB. Windows color (decimal): -4207635 or 15584191. OLE color: 15584191.
HSL color Cylindrical-coordinate representation of color #BFCBED: hue angle of 224.35º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCBED is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 203 | 237 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.07 |
| HSL | 224.35º | 0.56% | 0.84% | - |
| HSV(B) | 224.35º | 0.19% | 0.93% | - |
| XYZ | 58.13 | 59.9 | 88.62 | - |
| YUV | 203.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 237 | 0.19 | 0.14 | 0 | 0.07 | 224.35 | 0.56 | 0.84 |
| Hex | BF | CB | ED | 13 | E | 0 | 7 | E0 | 38 | 54 |
| Octal | 277 | 313 | 355 | 23 | 16 | 0 | 7 | 340 | 70 | 124 |
| Binary | 10111111 | 11001011 | 11101101 | 10011 | 1110 | 0 | 111 | 11100000 | 111000 | 1010100 |
Color Harmonies of #BFCBED
Complementary color
Monochromatic Colors of #BFCBED
Black with #BFCBED
Text Example
Text Example
White with #BFCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBED; }
p { color: rgb(191,203,237); }
H1.HeaderClassName
{
color: #BFCBED;
}
.AnyTagClassName
{
color: #BFCBED;
}
</style>
background-color css
<style>
a { background-color: #BFCBED; }
a { background-color: rgb(191,203,237); }
div.DivClassName
{
background-color: #BFCBED;
}
.BgClassName
{
background-color: #BFCBED;
}
</style>
border-color css
<style>
span { border-color: #BFCBED; }
span { border-color: rgb(191,203,237); }
td.TdClassName
{
border-color: #BFCBED;
}
.TagClassName
{
border-color: #BFCBED;
}
</style>