Shades of Periwinkle #BDC7F1
Tints of Periwinkle #BDC7F1
RGB
CMYK
RGB Variations
Color information
#BDC7F1 (or 0xBDC7F1) is known color: Periwinkle. HEX triplet: BD, C7 and F1. RGB value is (189,199,241). Sum of RGB (Red+Green+Blue) = 189+199+241=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDC7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7F1 is #42380E. Grayscale: #C8C8C8. Windows color (decimal): -4339727 or 15845309. OLE color: 15845309.
HSL color Cylindrical-coordinate representation of color #BDC7F1: hue angle of 228.46º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC7F1 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 199 | 241 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.05 |
| HSL | 228.46º | 0.65% | 0.84% | - |
| HSV(B) | 228.46º | 0.22% | 0.95% | - |
| XYZ | 57.29 | 58.02 | 91.4 | - |
| YUV | 200.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 241 | 0.22 | 0.17 | 0 | 0.05 | 228.46 | 0.65 | 0.84 |
| Hex | BD | C7 | F1 | 16 | 11 | 0 | 5 | E4 | 41 | 54 |
| Octal | 275 | 307 | 361 | 26 | 21 | 0 | 5 | 344 | 101 | 124 |
| Binary | 10111101 | 11000111 | 11110001 | 10110 | 10001 | 0 | 101 | 11100100 | 1000001 | 1010100 |
Color Harmonies of #BDC7F1
Complementary color
Monochromatic Colors of #BDC7F1
Black with #BDC7F1
Text Example
Text Example
White with #BDC7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7F1; }
p { color: rgb(189,199,241); }
H1.HeaderClassName
{
color: #BDC7F1;
}
.AnyTagClassName
{
color: #BDC7F1;
}
</style>
background-color css
<style>
a { background-color: #BDC7F1; }
a { background-color: rgb(189,199,241); }
div.DivClassName
{
background-color: #BDC7F1;
}
.BgClassName
{
background-color: #BDC7F1;
}
</style>
border-color css
<style>
span { border-color: #BDC7F1; }
span { border-color: rgb(189,199,241); }
td.TdClassName
{
border-color: #BDC7F1;
}
.TagClassName
{
border-color: #BDC7F1;
}
</style>