Shades of Periwinkle #BDD0EE
Tints of Periwinkle #BDD0EE
RGB
CMYK
RGB Variations
Color information
#BDD0EE (or 0xBDD0EE) is known color: Periwinkle. HEX triplet: BD, D0 and EE. RGB value is (189,208,238). Sum of RGB (Red+Green+Blue) = 189+208+238=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0EE is #422F11. Grayscale: #CDCDCD. Windows color (decimal): -4337426 or 15651005. OLE color: 15651005.
HSL color Cylindrical-coordinate representation of color #BDD0EE: hue angle of 216.73º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD0EE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 208 | 238 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.07 |
| HSL | 216.73º | 0.59% | 0.84% | - |
| HSV(B) | 216.73º | 0.21% | 0.93% | - |
| XYZ | 58.97 | 62.1 | 89.77 | - |
| YUV | 205.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 238 | 0.21 | 0.13 | 0 | 0.07 | 216.73 | 0.59 | 0.84 |
| Hex | BD | D0 | EE | 15 | D | 0 | 7 | D9 | 3B | 54 |
| Octal | 275 | 320 | 356 | 25 | 15 | 0 | 7 | 331 | 73 | 124 |
| Binary | 10111101 | 11010000 | 11101110 | 10101 | 1101 | 0 | 111 | 11011001 | 111011 | 1010100 |
Color Harmonies of #BDD0EE
Complementary color
Monochromatic Colors of #BDD0EE
Black with #BDD0EE
Text Example
Text Example
White with #BDD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0EE; }
p { color: rgb(189,208,238); }
H1.HeaderClassName
{
color: #BDD0EE;
}
.AnyTagClassName
{
color: #BDD0EE;
}
</style>
background-color css
<style>
a { background-color: #BDD0EE; }
a { background-color: rgb(189,208,238); }
div.DivClassName
{
background-color: #BDD0EE;
}
.BgClassName
{
background-color: #BDD0EE;
}
</style>
border-color css
<style>
span { border-color: #BDD0EE; }
span { border-color: rgb(189,208,238); }
td.TdClassName
{
border-color: #BDD0EE;
}
.TagClassName
{
border-color: #BDD0EE;
}
</style>