Shades of Periwinkle #BDD0E7
Tints of Periwinkle #BDD0E7
RGB
CMYK
RGB Variations
Color information
#BDD0E7 (or 0xBDD0E7) is known color: Periwinkle. HEX triplet: BD, D0 and E7. RGB value is (189,208,231). Sum of RGB (Red+Green+Blue) = 189+208+231=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0E7 is #422F18. Grayscale: #CCCCCC. Windows color (decimal): -4337433 or 15192253. OLE color: 15192253.
HSL color Cylindrical-coordinate representation of color #BDD0E7: hue angle of 212.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD0E7 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 208 | 231 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.09 |
| HSL | 212.86º | 0.47% | 0.82% | - |
| HSV(B) | 212.86º | 0.18% | 0.91% | - |
| XYZ | 57.97 | 61.7 | 84.46 | - |
| YUV | 204.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 231 | 0.18 | 0.10 | 0 | 0.09 | 212.86 | 0.47 | 0.82 |
| Hex | BD | D0 | E7 | 12 | A | 0 | 9 | D5 | 2F | 52 |
| Octal | 275 | 320 | 347 | 22 | 12 | 0 | 11 | 325 | 57 | 122 |
| Binary | 10111101 | 11010000 | 11100111 | 10010 | 1010 | 0 | 1001 | 11010101 | 101111 | 1010010 |
Color Harmonies of #BDD0E7
Complementary color
Monochromatic Colors of #BDD0E7
Black with #BDD0E7
Text Example
Text Example
White with #BDD0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0E7; }
p { color: rgb(189,208,231); }
H1.HeaderClassName
{
color: #BDD0E7;
}
.AnyTagClassName
{
color: #BDD0E7;
}
</style>
background-color css
<style>
a { background-color: #BDD0E7; }
a { background-color: rgb(189,208,231); }
div.DivClassName
{
background-color: #BDD0E7;
}
.BgClassName
{
background-color: #BDD0E7;
}
</style>
border-color css
<style>
span { border-color: #BDD0E7; }
span { border-color: rgb(189,208,231); }
td.TdClassName
{
border-color: #BDD0E7;
}
.TagClassName
{
border-color: #BDD0E7;
}
</style>