Shades of Periwinkle #BDC7F3
Tints of Periwinkle #BDC7F3
RGB
CMYK
RGB Variations
Color information
#BDC7F3 (or 0xBDC7F3) is known color: Periwinkle. HEX triplet: BD, C7 and F3. RGB value is (189,199,243). Sum of RGB (Red+Green+Blue) = 189+199+243=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDC7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7F3 is #42380C. Grayscale: #C8C8C8. Windows color (decimal): -4339725 or 15976381. OLE color: 15976381.
HSL color Cylindrical-coordinate representation of color #BDC7F3: hue angle of 228.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC7F3 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 199 | 243 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.05 |
| HSL | 228.89º | 0.69% | 0.85% | - |
| HSV(B) | 228.89º | 0.22% | 0.95% | - |
| XYZ | 57.59 | 58.14 | 92.98 | - |
| YUV | 201.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 243 | 0.22 | 0.18 | 0 | 0.05 | 228.89 | 0.69 | 0.85 |
| Hex | BD | C7 | F3 | 16 | 12 | 0 | 5 | E5 | 45 | 55 |
| Octal | 275 | 307 | 363 | 26 | 22 | 0 | 5 | 345 | 105 | 125 |
| Binary | 10111101 | 11000111 | 11110011 | 10110 | 10010 | 0 | 101 | 11100101 | 1000101 | 1010101 |
Color Harmonies of #BDC7F3
Complementary color
Monochromatic Colors of #BDC7F3
Black with #BDC7F3
Text Example
Text Example
White with #BDC7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7F3; }
p { color: rgb(189,199,243); }
H1.HeaderClassName
{
color: #BDC7F3;
}
.AnyTagClassName
{
color: #BDC7F3;
}
</style>
background-color css
<style>
a { background-color: #BDC7F3; }
a { background-color: rgb(189,199,243); }
div.DivClassName
{
background-color: #BDC7F3;
}
.BgClassName
{
background-color: #BDC7F3;
}
</style>
border-color css
<style>
span { border-color: #BDC7F3; }
span { border-color: rgb(189,199,243); }
td.TdClassName
{
border-color: #BDC7F3;
}
.TagClassName
{
border-color: #BDC7F3;
}
</style>