Shades of Periwinkle #BDD0E8
Tints of Periwinkle #BDD0E8
RGB
CMYK
RGB Variations
Color information
#BDD0E8 (or 0xBDD0E8) is known color: Periwinkle. HEX triplet: BD, D0 and E8. RGB value is (189,208,232). Sum of RGB (Red+Green+Blue) = 189+208+232=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDD0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0E8 is #422F17. Grayscale: #CCCCCC. Windows color (decimal): -4337432 or 15257789. OLE color: 15257789.
HSL color Cylindrical-coordinate representation of color #BDD0E8: hue angle of 213.49º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD0E8 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 208 | 232 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.09 |
| HSL | 213.49º | 0.48% | 0.83% | - |
| HSV(B) | 213.49º | 0.19% | 0.91% | - |
| XYZ | 58.11 | 61.76 | 85.2 | - |
| YUV | 205.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 232 | 0.19 | 0.10 | 0 | 0.09 | 213.49 | 0.48 | 0.83 |
| Hex | BD | D0 | E8 | 13 | A | 0 | 9 | D5 | 30 | 53 |
| Octal | 275 | 320 | 350 | 23 | 12 | 0 | 11 | 325 | 60 | 123 |
| Binary | 10111101 | 11010000 | 11101000 | 10011 | 1010 | 0 | 1001 | 11010101 | 110000 | 1010011 |
Color Harmonies of #BDD0E8
Complementary color
Monochromatic Colors of #BDD0E8
Black with #BDD0E8
Text Example
Text Example
White with #BDD0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0E8; }
p { color: rgb(189,208,232); }
H1.HeaderClassName
{
color: #BDD0E8;
}
.AnyTagClassName
{
color: #BDD0E8;
}
</style>
background-color css
<style>
a { background-color: #BDD0E8; }
a { background-color: rgb(189,208,232); }
div.DivClassName
{
background-color: #BDD0E8;
}
.BgClassName
{
background-color: #BDD0E8;
}
</style>
border-color css
<style>
span { border-color: #BDD0E8; }
span { border-color: rgb(189,208,232); }
td.TdClassName
{
border-color: #BDD0E8;
}
.TagClassName
{
border-color: #BDD0E8;
}
</style>