Shades of Periwinkle #BFCBEF
Tints of Periwinkle #BFCBEF
RGB
CMYK
RGB Variations
Color information
#BFCBEF (or 0xBFCBEF) is known color: Periwinkle. HEX triplet: BF, CB and EF. RGB value is (191,203,239). Sum of RGB (Red+Green+Blue) = 191+203+239=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBEF is #403410. Grayscale: #CBCBCB. Windows color (decimal): -4207633 or 15715263. OLE color: 15715263.
HSL color Cylindrical-coordinate representation of color #BFCBEF: hue angle of 225º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCBEF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 203 | 239 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.06 |
| HSL | 225º | 0.6% | 0.84% | - |
| HSV(B) | 225º | 0.2% | 0.94% | - |
| XYZ | 58.42 | 60.02 | 90.17 | - |
| YUV | 203.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 239 | 0.20 | 0.15 | 0 | 0.06 | 225 | 0.6 | 0.84 |
| Hex | BF | CB | EF | 14 | F | 0 | 6 | E1 | 3C | 54 |
| Octal | 277 | 313 | 357 | 24 | 17 | 0 | 6 | 341 | 74 | 124 |
| Binary | 10111111 | 11001011 | 11101111 | 10100 | 1111 | 0 | 110 | 11100001 | 111100 | 1010100 |
Color Harmonies of #BFCBEF
Complementary color
Monochromatic Colors of #BFCBEF
Black with #BFCBEF
Text Example
Text Example
White with #BFCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBEF; }
p { color: rgb(191,203,239); }
H1.HeaderClassName
{
color: #BFCBEF;
}
.AnyTagClassName
{
color: #BFCBEF;
}
</style>
background-color css
<style>
a { background-color: #BFCBEF; }
a { background-color: rgb(191,203,239); }
div.DivClassName
{
background-color: #BFCBEF;
}
.BgClassName
{
background-color: #BFCBEF;
}
</style>
border-color css
<style>
span { border-color: #BFCBEF; }
span { border-color: rgb(191,203,239); }
td.TdClassName
{
border-color: #BFCBEF;
}
.TagClassName
{
border-color: #BFCBEF;
}
</style>