Shades of Periwinkle #BDD0FF
Tints of Periwinkle #BDD0FF
RGB
CMYK
RGB Variations
Color information
#BDD0FF (or 0xBDD0FF) is known color: Periwinkle. HEX triplet: BD, D0 and FF. RGB value is (189,208,255). Sum of RGB (Red+Green+Blue) = 189+208+255=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0FF is #422F00. Grayscale: #CFCFCF. Windows color (decimal): -4337409 or 16765117. OLE color: 16765117.
HSL color Cylindrical-coordinate representation of color #BDD0FF: hue angle of 222.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD0FF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 208 | 255 | - |
| CMYK | 0.26 | 0.18 | 0 | 0 |
| HSL | 222.73º | 1% | 0.87% | - |
| HSV(B) | 222.73º | 0.26% | 1% | - |
| XYZ | 61.59 | 63.15 | 103.55 | - |
| YUV | 207.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 255 | 0.26 | 0.18 | 0 | 0 | 222.73 | 1 | 0.87 |
| Hex | BD | D0 | FF | 1A | 12 | 0 | 0 | DF | 64 | 57 |
| Octal | 275 | 320 | 377 | 32 | 22 | 0 | 0 | 337 | 144 | 127 |
| Binary | 10111101 | 11010000 | 11111111 | 11010 | 10010 | 0 | 0 | 11011111 | 1100100 | 1010111 |
Color Harmonies of #BDD0FF
Complementary color
Monochromatic Colors of #BDD0FF
Black with #BDD0FF
Text Example
Text Example
White with #BDD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0FF; }
p { color: rgb(189,208,255); }
H1.HeaderClassName
{
color: #BDD0FF;
}
.AnyTagClassName
{
color: #BDD0FF;
}
</style>
background-color css
<style>
a { background-color: #BDD0FF; }
a { background-color: rgb(189,208,255); }
div.DivClassName
{
background-color: #BDD0FF;
}
.BgClassName
{
background-color: #BDD0FF;
}
</style>
border-color css
<style>
span { border-color: #BDD0FF; }
span { border-color: rgb(189,208,255); }
td.TdClassName
{
border-color: #BDD0FF;
}
.TagClassName
{
border-color: #BDD0FF;
}
</style>