Shades of Periwinkle #BDCFFF
Tints of Periwinkle #BDCFFF
RGB
CMYK
RGB Variations
Color information
#BDCFFF (or 0xBDCFFF) is known color: Periwinkle. HEX triplet: BD, CF and FF. RGB value is (189,207,255). Sum of RGB (Red+Green+Blue) = 189+207+255=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFFF is #423000. Grayscale: #CECECE. Windows color (decimal): -4337665 or 16764861. OLE color: 16764861.
HSL color Cylindrical-coordinate representation of color #BDCFFF: hue angle of 223.64º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCFFF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 207 | 255 | - |
| CMYK | 0.26 | 0.19 | 0 | 0 |
| HSL | 223.64º | 1% | 0.87% | - |
| HSV(B) | 223.64º | 0.26% | 1% | - |
| XYZ | 61.35 | 62.66 | 103.47 | - |
| YUV | 207.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 255 | 0.26 | 0.19 | 0 | 0 | 223.64 | 1 | 0.87 |
| Hex | BD | CF | FF | 1A | 13 | 0 | 0 | E0 | 64 | 57 |
| Octal | 275 | 317 | 377 | 32 | 23 | 0 | 0 | 340 | 144 | 127 |
| Binary | 10111101 | 11001111 | 11111111 | 11010 | 10011 | 0 | 0 | 11100000 | 1100100 | 1010111 |
Color Harmonies of #BDCFFF
Complementary color
Monochromatic Colors of #BDCFFF
Black with #BDCFFF
Text Example
Text Example
White with #BDCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFFF; }
p { color: rgb(189,207,255); }
H1.HeaderClassName
{
color: #BDCFFF;
}
.AnyTagClassName
{
color: #BDCFFF;
}
</style>
background-color css
<style>
a { background-color: #BDCFFF; }
a { background-color: rgb(189,207,255); }
div.DivClassName
{
background-color: #BDCFFF;
}
.BgClassName
{
background-color: #BDCFFF;
}
</style>
border-color css
<style>
span { border-color: #BDCFFF; }
span { border-color: rgb(189,207,255); }
td.TdClassName
{
border-color: #BDCFFF;
}
.TagClassName
{
border-color: #BDCFFF;
}
</style>