Shades of Periwinkle #BFCCF2
Tints of Periwinkle #BFCCF2
RGB
CMYK
RGB Variations
Color information
#BFCCF2 (or 0xBFCCF2) is known color: Periwinkle. HEX triplet: BF, CC and F2. RGB value is (191,204,242). Sum of RGB (Red+Green+Blue) = 191+204+242=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCF2 is #40330D. Grayscale: #CCCCCC. Windows color (decimal): -4207374 or 15912127. OLE color: 15912127.
HSL color Cylindrical-coordinate representation of color #BFCCF2: hue angle of 224.71º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCCF2 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 204 | 242 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.05 |
| HSL | 224.71º | 0.66% | 0.85% | - |
| HSV(B) | 224.71º | 0.21% | 0.95% | - |
| XYZ | 59.11 | 60.67 | 92.6 | - |
| YUV | 204.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 242 | 0.21 | 0.16 | 0 | 0.05 | 224.71 | 0.66 | 0.85 |
| Hex | BF | CC | F2 | 15 | 10 | 0 | 5 | E1 | 42 | 55 |
| Octal | 277 | 314 | 362 | 25 | 20 | 0 | 5 | 341 | 102 | 125 |
| Binary | 10111111 | 11001100 | 11110010 | 10101 | 10000 | 0 | 101 | 11100001 | 1000010 | 1010101 |
Color Harmonies of #BFCCF2
Complementary color
Monochromatic Colors of #BFCCF2
Black with #BFCCF2
Text Example
Text Example
White with #BFCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCF2; }
p { color: rgb(191,204,242); }
H1.HeaderClassName
{
color: #BFCCF2;
}
.AnyTagClassName
{
color: #BFCCF2;
}
</style>
background-color css
<style>
a { background-color: #BFCCF2; }
a { background-color: rgb(191,204,242); }
div.DivClassName
{
background-color: #BFCCF2;
}
.BgClassName
{
background-color: #BFCCF2;
}
</style>
border-color css
<style>
span { border-color: #BFCCF2; }
span { border-color: rgb(191,204,242); }
td.TdClassName
{
border-color: #BFCCF2;
}
.TagClassName
{
border-color: #BFCCF2;
}
</style>