Shades of Periwinkle #BFC4DB
Tints of Periwinkle #BFC4DB
RGB
CMYK
RGB Variations
Color information
#BFC4DB (or 0xBFC4DB) is known color: Periwinkle. HEX triplet: BF, C4 and DB. RGB value is (191,196,219). Sum of RGB (Red+Green+Blue) = 191+196+219=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4DB is #403B24. Grayscale: #C5C5C5. Windows color (decimal): -4209445 or 14402751. OLE color: 14402751.
HSL color Cylindrical-coordinate representation of color #BFC4DB: hue angle of 229.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC4DB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 196 | 219 | - |
CMYK | 0.13 | 0.11 | 0 | 0.14 |
HSL | 229.29º | 0.28% | 0.8% | - |
HSV(B) | 229.29º | 0.13% | 0.86% | - |
XYZ | 54.01 | 55.67 | 74.92 | - |
YUV | 197.13 | 140.34 | 123.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 196 | 219 | 0.13 | 0.11 | 0 | 0.14 | 229.29 | 0.28 | 0.8 |
Hex | BF | C4 | DB | D | B | 0 | E | E5 | 1C | 50 |
Octal | 277 | 304 | 333 | 15 | 13 | 0 | 16 | 345 | 34 | 120 |
Binary | 10111111 | 11000100 | 11011011 | 1101 | 1011 | 0 | 1110 | 11100101 | 11100 | 1010000 |
Color Harmonies of #BFC4DB
Complementary color
Monochromatic Colors of #BFC4DB
Black with #BFC4DB
Text Example
Text Example
White with #BFC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4DB; }
p { color: rgb(191,196,219); }
H1.HeaderClassName
{
color: #BFC4DB;
}
.AnyTagClassName
{
color: #BFC4DB;
}
</style>
background-color css
<style>
a { background-color: #BFC4DB; }
a { background-color: rgb(191,196,219); }
div.DivClassName
{
background-color: #BFC4DB;
}
.BgClassName
{
background-color: #BFC4DB;
}
</style>
border-color css
<style>
span { border-color: #BFC4DB; }
span { border-color: rgb(191,196,219); }
td.TdClassName
{
border-color: #BFC4DB;
}
.TagClassName
{
border-color: #BFC4DB;
}
</style>