Shades of Periwinkle #BFCCFB
Tints of Periwinkle #BFCCFB
RGB
CMYK
RGB Variations
Color information
#BFCCFB (or 0xBFCCFB) is known color: Periwinkle. HEX triplet: BF, CC and FB. RGB value is (191,204,251). Sum of RGB (Red+Green+Blue) = 191+204+251=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCFB is #403304. Grayscale: #CDCDCD. Windows color (decimal): -4207365 or 16501951. OLE color: 16501951.
HSL color Cylindrical-coordinate representation of color #BFCCFB: hue angle of 227º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCCFB is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 204 | 251 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.02 |
| HSL | 227º | 0.88% | 0.87% | - |
| HSV(B) | 227º | 0.24% | 0.98% | - |
| XYZ | 60.49 | 61.23 | 99.9 | - |
| YUV | 205.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 251 | 0.24 | 0.19 | 0 | 0.02 | 227 | 0.88 | 0.87 |
| Hex | BF | CC | FB | 18 | 13 | 0 | 2 | E3 | 58 | 57 |
| Octal | 277 | 314 | 373 | 30 | 23 | 0 | 2 | 343 | 130 | 127 |
| Binary | 10111111 | 11001100 | 11111011 | 11000 | 10011 | 0 | 10 | 11100011 | 1011000 | 1010111 |
Color Harmonies of #BFCCFB
Complementary color
Monochromatic Colors of #BFCCFB
Black with #BFCCFB
Text Example
Text Example
White with #BFCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCFB; }
p { color: rgb(191,204,251); }
H1.HeaderClassName
{
color: #BFCCFB;
}
.AnyTagClassName
{
color: #BFCCFB;
}
</style>
background-color css
<style>
a { background-color: #BFCCFB; }
a { background-color: rgb(191,204,251); }
div.DivClassName
{
background-color: #BFCCFB;
}
.BgClassName
{
background-color: #BFCCFB;
}
</style>
border-color css
<style>
span { border-color: #BFCCFB; }
span { border-color: rgb(191,204,251); }
td.TdClassName
{
border-color: #BFCCFB;
}
.TagClassName
{
border-color: #BFCCFB;
}
</style>