Shades of Periwinkle #BDD0F1
Tints of Periwinkle #BDD0F1
RGB
CMYK
RGB Variations
Color information
#BDD0F1 (or 0xBDD0F1) is known color: Periwinkle. HEX triplet: BD, D0 and F1. RGB value is (189,208,241). Sum of RGB (Red+Green+Blue) = 189+208+241=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0F1 is #422F0E. Grayscale: #CDCDCD. Windows color (decimal): -4337423 or 15847613. OLE color: 15847613.
HSL color Cylindrical-coordinate representation of color #BDD0F1: hue angle of 218.08º 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 #BDD0F1 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 208 | 241 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.05 |
| HSL | 218.08º | 0.65% | 0.84% | - |
| HSV(B) | 218.08º | 0.22% | 0.95% | - |
| XYZ | 59.42 | 62.28 | 92.11 | - |
| YUV | 206.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 241 | 0.22 | 0.14 | 0 | 0.05 | 218.08 | 0.65 | 0.84 |
| Hex | BD | D0 | F1 | 16 | E | 0 | 5 | DA | 41 | 54 |
| Octal | 275 | 320 | 361 | 26 | 16 | 0 | 5 | 332 | 101 | 124 |
| Binary | 10111101 | 11010000 | 11110001 | 10110 | 1110 | 0 | 101 | 11011010 | 1000001 | 1010100 |
Color Harmonies of #BDD0F1
Complementary color
Monochromatic Colors of #BDD0F1
Black with #BDD0F1
Text Example
Text Example
White with #BDD0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0F1; }
p { color: rgb(189,208,241); }
H1.HeaderClassName
{
color: #BDD0F1;
}
.AnyTagClassName
{
color: #BDD0F1;
}
</style>
background-color css
<style>
a { background-color: #BDD0F1; }
a { background-color: rgb(189,208,241); }
div.DivClassName
{
background-color: #BDD0F1;
}
.BgClassName
{
background-color: #BDD0F1;
}
</style>
border-color css
<style>
span { border-color: #BDD0F1; }
span { border-color: rgb(189,208,241); }
td.TdClassName
{
border-color: #BDD0F1;
}
.TagClassName
{
border-color: #BDD0F1;
}
</style>