Shades of Periwinkle #BDD5FC
Tints of Periwinkle #BDD5FC
RGB
CMYK
RGB Variations
Color information
#BDD5FC (or 0xBDD5FC) is known color: Periwinkle. HEX triplet: BD, D5 and FC. RGB value is (189,213,252). Sum of RGB (Red+Green+Blue) = 189+213+252=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5FC is #422A03. Grayscale: #D2D2D2. Windows color (decimal): -4336132 or 16569789. OLE color: 16569789.
HSL color Cylindrical-coordinate representation of color #BDD5FC: hue angle of 217.14º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD5FC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 213 | 252 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.01 |
| HSL | 217.14º | 0.91% | 0.86% | - |
| HSV(B) | 217.14º | 0.25% | 0.99% | - |
| XYZ | 62.35 | 65.44 | 101.44 | - |
| YUV | 210.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 252 | 0.25 | 0.15 | 0 | 0.01 | 217.14 | 0.91 | 0.86 |
| Hex | BD | D5 | FC | 19 | F | 0 | 1 | D9 | 5B | 56 |
| Octal | 275 | 325 | 374 | 31 | 17 | 0 | 1 | 331 | 133 | 126 |
| Binary | 10111101 | 11010101 | 11111100 | 11001 | 1111 | 0 | 1 | 11011001 | 1011011 | 1010110 |
Color Harmonies of #BDD5FC
Complementary color
Monochromatic Colors of #BDD5FC
Black with #BDD5FC
Text Example
Text Example
White with #BDD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5FC; }
p { color: rgb(189,213,252); }
H1.HeaderClassName
{
color: #BDD5FC;
}
.AnyTagClassName
{
color: #BDD5FC;
}
</style>
background-color css
<style>
a { background-color: #BDD5FC; }
a { background-color: rgb(189,213,252); }
div.DivClassName
{
background-color: #BDD5FC;
}
.BgClassName
{
background-color: #BDD5FC;
}
</style>
border-color css
<style>
span { border-color: #BDD5FC; }
span { border-color: rgb(189,213,252); }
td.TdClassName
{
border-color: #BDD5FC;
}
.TagClassName
{
border-color: #BDD5FC;
}
</style>