Shades of Periwinkle #BFCDF2
Tints of Periwinkle #BFCDF2
RGB
CMYK
RGB Variations
Color information
#BFCDF2 (or 0xBFCDF2) is known color: Periwinkle. HEX triplet: BF, CD and F2. RGB value is (191,205,242). Sum of RGB (Red+Green+Blue) = 191+205+242=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF2 is #40320D. Grayscale: #CCCCCC. Windows color (decimal): -4207118 or 15912383. OLE color: 15912383.
HSL color Cylindrical-coordinate representation of color #BFCDF2: hue angle of 223.53º 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 #BFCDF2 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 191 | 205 | 242 | - |
CMYK | 0.21 | 0.15 | 0 | 0.05 |
HSL | 223.53º | 0.66% | 0.85% | - |
HSV(B) | 223.53º | 0.21% | 0.95% | - |
XYZ | 59.34 | 61.15 | 92.68 | - |
YUV | 205.03 | 148.86 | 117.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 205 | 242 | 0.21 | 0.15 | 0 | 0.05 | 223.53 | 0.66 | 0.85 |
Hex | BF | CD | F2 | 15 | F | 0 | 5 | E0 | 42 | 55 |
Octal | 277 | 315 | 362 | 25 | 17 | 0 | 5 | 340 | 102 | 125 |
Binary | 10111111 | 11001101 | 11110010 | 10101 | 1111 | 0 | 101 | 11100000 | 1000010 | 1010101 |
Color Harmonies of #BFCDF2
Complementary color
Monochromatic Colors of #BFCDF2
Black with #BFCDF2
Text Example
Text Example
White with #BFCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDF2; }
p { color: rgb(191,205,242); }
H1.HeaderClassName
{
color: #BFCDF2;
}
.AnyTagClassName
{
color: #BFCDF2;
}
</style>
background-color css
<style>
a { background-color: #BFCDF2; }
a { background-color: rgb(191,205,242); }
div.DivClassName
{
background-color: #BFCDF2;
}
.BgClassName
{
background-color: #BFCDF2;
}
</style>
border-color css
<style>
span { border-color: #BFCDF2; }
span { border-color: rgb(191,205,242); }
td.TdClassName
{
border-color: #BFCDF2;
}
.TagClassName
{
border-color: #BFCDF2;
}
</style>