Shades of Periwinkle #BDD1FF
Tints of Periwinkle #BDD1FF
RGB
CMYK
RGB Variations
Color information
#BDD1FF (or 0xBDD1FF) is known color: Periwinkle. HEX triplet: BD, D1 and FF. RGB value is (189,209,255). Sum of RGB (Red+Green+Blue) = 189+209+255=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1FF is #422E00. Grayscale: #D0D0D0. Windows color (decimal): -4337153 or 16765373. OLE color: 16765373.
HSL color Cylindrical-coordinate representation of color #BDD1FF: hue angle of 221.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD1FF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 209 | 255 | - |
| CMYK | 0.26 | 0.18 | 0 | 0 |
| HSL | 221.82º | 1% | 0.87% | - |
| HSV(B) | 221.82º | 0.26% | 1% | - |
| XYZ | 61.84 | 63.64 | 103.63 | - |
| YUV | 208.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 255 | 0.26 | 0.18 | 0 | 0 | 221.82 | 1 | 0.87 |
| Hex | BD | D1 | FF | 1A | 12 | 0 | 0 | DE | 64 | 57 |
| Octal | 275 | 321 | 377 | 32 | 22 | 0 | 0 | 336 | 144 | 127 |
| Binary | 10111101 | 11010001 | 11111111 | 11010 | 10010 | 0 | 0 | 11011110 | 1100100 | 1010111 |
Color Harmonies of #BDD1FF
Complementary color
Monochromatic Colors of #BDD1FF
Black with #BDD1FF
Text Example
Text Example
White with #BDD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1FF; }
p { color: rgb(189,209,255); }
H1.HeaderClassName
{
color: #BDD1FF;
}
.AnyTagClassName
{
color: #BDD1FF;
}
</style>
background-color css
<style>
a { background-color: #BDD1FF; }
a { background-color: rgb(189,209,255); }
div.DivClassName
{
background-color: #BDD1FF;
}
.BgClassName
{
background-color: #BDD1FF;
}
</style>
border-color css
<style>
span { border-color: #BDD1FF; }
span { border-color: rgb(189,209,255); }
td.TdClassName
{
border-color: #BDD1FF;
}
.TagClassName
{
border-color: #BDD1FF;
}
</style>