Shades of Periwinkle #BDD1ED
Tints of Periwinkle #BDD1ED
RGB
CMYK
RGB Variations
Color information
#BDD1ED (or 0xBDD1ED) is known color: Periwinkle. HEX triplet: BD, D1 and ED. RGB value is (189,209,237). Sum of RGB (Red+Green+Blue) = 189+209+237=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1ED is #422E12. Grayscale: #CECECE. Windows color (decimal): -4337171 or 15585725. OLE color: 15585725.
HSL color Cylindrical-coordinate representation of color #BDD1ED: hue angle of 215º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD1ED is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 209 | 237 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.07 |
| HSL | 215º | 0.57% | 0.84% | - |
| HSV(B) | 215º | 0.2% | 0.93% | - |
| XYZ | 59.07 | 62.53 | 89.08 | - |
| YUV | 206.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 237 | 0.20 | 0.12 | 0 | 0.07 | 215 | 0.57 | 0.84 |
| Hex | BD | D1 | ED | 14 | C | 0 | 7 | D7 | 39 | 54 |
| Octal | 275 | 321 | 355 | 24 | 14 | 0 | 7 | 327 | 71 | 124 |
| Binary | 10111101 | 11010001 | 11101101 | 10100 | 1100 | 0 | 111 | 11010111 | 111001 | 1010100 |
Color Harmonies of #BDD1ED
Complementary color
Monochromatic Colors of #BDD1ED
Black with #BDD1ED
Text Example
Text Example
White with #BDD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1ED; }
p { color: rgb(189,209,237); }
H1.HeaderClassName
{
color: #BDD1ED;
}
.AnyTagClassName
{
color: #BDD1ED;
}
</style>
background-color css
<style>
a { background-color: #BDD1ED; }
a { background-color: rgb(189,209,237); }
div.DivClassName
{
background-color: #BDD1ED;
}
.BgClassName
{
background-color: #BDD1ED;
}
</style>
border-color css
<style>
span { border-color: #BDD1ED; }
span { border-color: rgb(189,209,237); }
td.TdClassName
{
border-color: #BDD1ED;
}
.TagClassName
{
border-color: #BDD1ED;
}
</style>