Shades of Periwinkle #BDD2FD
Tints of Periwinkle #BDD2FD
RGB
CMYK
RGB Variations
Color information
#BDD2FD (or 0xBDD2FD) is known color: Periwinkle. HEX triplet: BD, D2 and FD. RGB value is (189,210,253). Sum of RGB (Red+Green+Blue) = 189+210+253=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2FD is #422D02. Grayscale: #D0D0D0. Windows color (decimal): -4336899 or 16634557. OLE color: 16634557.
HSL color Cylindrical-coordinate representation of color #BDD2FD: hue angle of 220.31º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD2FD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 210 | 253 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.01 |
| HSL | 220.31º | 0.94% | 0.87% | - |
| HSV(B) | 220.31º | 0.25% | 0.99% | - |
| XYZ | 61.76 | 64 | 102.03 | - |
| YUV | 208.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 253 | 0.25 | 0.17 | 0 | 0.01 | 220.31 | 0.94 | 0.87 |
| Hex | BD | D2 | FD | 19 | 11 | 0 | 1 | DC | 5E | 57 |
| Octal | 275 | 322 | 375 | 31 | 21 | 0 | 1 | 334 | 136 | 127 |
| Binary | 10111101 | 11010010 | 11111101 | 11001 | 10001 | 0 | 1 | 11011100 | 1011110 | 1010111 |
Color Harmonies of #BDD2FD
Complementary color
Monochromatic Colors of #BDD2FD
Black with #BDD2FD
Text Example
Text Example
White with #BDD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2FD; }
p { color: rgb(189,210,253); }
H1.HeaderClassName
{
color: #BDD2FD;
}
.AnyTagClassName
{
color: #BDD2FD;
}
</style>
background-color css
<style>
a { background-color: #BDD2FD; }
a { background-color: rgb(189,210,253); }
div.DivClassName
{
background-color: #BDD2FD;
}
.BgClassName
{
background-color: #BDD2FD;
}
</style>
border-color css
<style>
span { border-color: #BDD2FD; }
span { border-color: rgb(189,210,253); }
td.TdClassName
{
border-color: #BDD2FD;
}
.TagClassName
{
border-color: #BDD2FD;
}
</style>