Shades of Periwinkle #BDC8F1
Tints of Periwinkle #BDC8F1
RGB
CMYK
RGB Variations
Color information
#BDC8F1 (or 0xBDC8F1) is known color: Periwinkle. HEX triplet: BD, C8 and F1. RGB value is (189,200,241). Sum of RGB (Red+Green+Blue) = 189+200+241=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8F1 is #42370E. Grayscale: #C9C9C9. Windows color (decimal): -4339471 or 15845565. OLE color: 15845565.
HSL color Cylindrical-coordinate representation of color #BDC8F1: hue angle of 227.31º 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 #BDC8F1 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 200 | 241 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.05 |
| HSL | 227.31º | 0.65% | 0.84% | - |
| HSV(B) | 227.31º | 0.22% | 0.95% | - |
| XYZ | 57.52 | 58.48 | 91.48 | - |
| YUV | 201.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 241 | 0.22 | 0.17 | 0 | 0.05 | 227.31 | 0.65 | 0.84 |
| Hex | BD | C8 | F1 | 16 | 11 | 0 | 5 | E3 | 41 | 54 |
| Octal | 275 | 310 | 361 | 26 | 21 | 0 | 5 | 343 | 101 | 124 |
| Binary | 10111101 | 11001000 | 11110001 | 10110 | 10001 | 0 | 101 | 11100011 | 1000001 | 1010100 |
Color Harmonies of #BDC8F1
Complementary color
Monochromatic Colors of #BDC8F1
Black with #BDC8F1
Text Example
Text Example
White with #BDC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8F1; }
p { color: rgb(189,200,241); }
H1.HeaderClassName
{
color: #BDC8F1;
}
.AnyTagClassName
{
color: #BDC8F1;
}
</style>
background-color css
<style>
a { background-color: #BDC8F1; }
a { background-color: rgb(189,200,241); }
div.DivClassName
{
background-color: #BDC8F1;
}
.BgClassName
{
background-color: #BDC8F1;
}
</style>
border-color css
<style>
span { border-color: #BDC8F1; }
span { border-color: rgb(189,200,241); }
td.TdClassName
{
border-color: #BDC8F1;
}
.TagClassName
{
border-color: #BDC8F1;
}
</style>