Shades of Periwinkle #BDD1EA
Tints of Periwinkle #BDD1EA
RGB
CMYK
RGB Variations
Color information
#BDD1EA (or 0xBDD1EA) is known color: Periwinkle. HEX triplet: BD, D1 and EA. RGB value is (189,209,234). Sum of RGB (Red+Green+Blue) = 189+209+234=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1EA is #422E15. Grayscale: #CDCDCD. Windows color (decimal): -4337174 or 15389117. OLE color: 15389117.
HSL color Cylindrical-coordinate representation of color #BDD1EA: hue angle of 213.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD1EA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 209 | 234 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.08 |
| HSL | 213.33º | 0.52% | 0.83% | - |
| HSV(B) | 213.33º | 0.19% | 0.92% | - |
| XYZ | 58.64 | 62.36 | 86.79 | - |
| YUV | 205.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 234 | 0.19 | 0.11 | 0 | 0.08 | 213.33 | 0.52 | 0.83 |
| Hex | BD | D1 | EA | 13 | B | 0 | 8 | D5 | 34 | 53 |
| Octal | 275 | 321 | 352 | 23 | 13 | 0 | 10 | 325 | 64 | 123 |
| Binary | 10111101 | 11010001 | 11101010 | 10011 | 1011 | 0 | 1000 | 11010101 | 110100 | 1010011 |
Color Harmonies of #BDD1EA
Complementary color
Monochromatic Colors of #BDD1EA
Black with #BDD1EA
Text Example
Text Example
White with #BDD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1EA; }
p { color: rgb(189,209,234); }
H1.HeaderClassName
{
color: #BDD1EA;
}
.AnyTagClassName
{
color: #BDD1EA;
}
</style>
background-color css
<style>
a { background-color: #BDD1EA; }
a { background-color: rgb(189,209,234); }
div.DivClassName
{
background-color: #BDD1EA;
}
.BgClassName
{
background-color: #BDD1EA;
}
</style>
border-color css
<style>
span { border-color: #BDD1EA; }
span { border-color: rgb(189,209,234); }
td.TdClassName
{
border-color: #BDD1EA;
}
.TagClassName
{
border-color: #BDD1EA;
}
</style>