Shades of Periwinkle #BDD1F6
Tints of Periwinkle #BDD1F6
RGB
CMYK
RGB Variations
Color information
#BDD1F6 (or 0xBDD1F6) is known color: Periwinkle. HEX triplet: BD, D1 and F6. RGB value is (189,209,246). Sum of RGB (Red+Green+Blue) = 189+209+246=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDD1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1F6 is #422E09. Grayscale: #CFCFCF. Windows color (decimal): -4337162 or 16175549. OLE color: 16175549.
HSL color Cylindrical-coordinate representation of color #BDD1F6: hue angle of 218.95º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD1F6 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 209 | 246 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.04 |
| HSL | 218.95º | 0.76% | 0.85% | - |
| HSV(B) | 218.95º | 0.23% | 0.96% | - |
| XYZ | 60.42 | 63.07 | 96.18 | - |
| YUV | 207.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 246 | 0.23 | 0.15 | 0 | 0.04 | 218.95 | 0.76 | 0.85 |
| Hex | BD | D1 | F6 | 17 | F | 0 | 4 | DB | 4C | 55 |
| Octal | 275 | 321 | 366 | 27 | 17 | 0 | 4 | 333 | 114 | 125 |
| Binary | 10111101 | 11010001 | 11110110 | 10111 | 1111 | 0 | 100 | 11011011 | 1001100 | 1010101 |
Color Harmonies of #BDD1F6
Complementary color
Monochromatic Colors of #BDD1F6
Black with #BDD1F6
Text Example
Text Example
White with #BDD1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1F6; }
p { color: rgb(189,209,246); }
H1.HeaderClassName
{
color: #BDD1F6;
}
.AnyTagClassName
{
color: #BDD1F6;
}
</style>
background-color css
<style>
a { background-color: #BDD1F6; }
a { background-color: rgb(189,209,246); }
div.DivClassName
{
background-color: #BDD1F6;
}
.BgClassName
{
background-color: #BDD1F6;
}
</style>
border-color css
<style>
span { border-color: #BDD1F6; }
span { border-color: rgb(189,209,246); }
td.TdClassName
{
border-color: #BDD1F6;
}
.TagClassName
{
border-color: #BDD1F6;
}
</style>