Shades of Periwinkle #BDD4F8
Tints of Periwinkle #BDD4F8
RGB
CMYK
RGB Variations
Color information
#BDD4F8 (or 0xBDD4F8) is known color: Periwinkle. HEX triplet: BD, D4 and F8. RGB value is (189,212,248). Sum of RGB (Red+Green+Blue) = 189+212+248=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDD4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F8 is #422B07. Grayscale: #D1D1D1. Windows color (decimal): -4336392 or 16307389. OLE color: 16307389.
HSL color Cylindrical-coordinate representation of color #BDD4F8: hue angle of 216.61º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD4F8 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 212 | 248 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.03 |
| HSL | 216.61º | 0.81% | 0.86% | - |
| HSV(B) | 216.61º | 0.24% | 0.97% | - |
| XYZ | 61.47 | 64.68 | 98.05 | - |
| YUV | 209.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 248 | 0.24 | 0.15 | 0 | 0.03 | 216.61 | 0.81 | 0.86 |
| Hex | BD | D4 | F8 | 18 | F | 0 | 3 | D9 | 51 | 56 |
| Octal | 275 | 324 | 370 | 30 | 17 | 0 | 3 | 331 | 121 | 126 |
| Binary | 10111101 | 11010100 | 11111000 | 11000 | 1111 | 0 | 11 | 11011001 | 1010001 | 1010110 |
Color Harmonies of #BDD4F8
Complementary color
Monochromatic Colors of #BDD4F8
Black with #BDD4F8
Text Example
Text Example
White with #BDD4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4F8; }
p { color: rgb(189,212,248); }
H1.HeaderClassName
{
color: #BDD4F8;
}
.AnyTagClassName
{
color: #BDD4F8;
}
</style>
background-color css
<style>
a { background-color: #BDD4F8; }
a { background-color: rgb(189,212,248); }
div.DivClassName
{
background-color: #BDD4F8;
}
.BgClassName
{
background-color: #BDD4F8;
}
</style>
border-color css
<style>
span { border-color: #BDD4F8; }
span { border-color: rgb(189,212,248); }
td.TdClassName
{
border-color: #BDD4F8;
}
.TagClassName
{
border-color: #BDD4F8;
}
</style>