Shades of Periwinkle #BDD4F4
Tints of Periwinkle #BDD4F4
RGB
CMYK
RGB Variations
Color information
#BDD4F4 (or 0xBDD4F4) is known color: Periwinkle. HEX triplet: BD, D4 and F4. RGB value is (189,212,244). Sum of RGB (Red+Green+Blue) = 189+212+244=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDD4F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F4 is #422B0B. Grayscale: #D0D0D0. Windows color (decimal): -4336396 or 16045245. OLE color: 16045245.
HSL color Cylindrical-coordinate representation of color #BDD4F4: hue angle of 214.91º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD4F4 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 212 | 244 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.04 |
| HSL | 214.91º | 0.71% | 0.85% | - |
| HSV(B) | 214.91º | 0.23% | 0.96% | - |
| XYZ | 60.86 | 64.44 | 94.82 | - |
| YUV | 208.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 244 | 0.23 | 0.13 | 0 | 0.04 | 214.91 | 0.71 | 0.85 |
| Hex | BD | D4 | F4 | 17 | D | 0 | 4 | D7 | 47 | 55 |
| Octal | 275 | 324 | 364 | 27 | 15 | 0 | 4 | 327 | 107 | 125 |
| Binary | 10111101 | 11010100 | 11110100 | 10111 | 1101 | 0 | 100 | 11010111 | 1000111 | 1010101 |
Color Harmonies of #BDD4F4
Complementary color
Monochromatic Colors of #BDD4F4
Black with #BDD4F4
Text Example
Text Example
White with #BDD4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4F4; }
p { color: rgb(189,212,244); }
H1.HeaderClassName
{
color: #BDD4F4;
}
.AnyTagClassName
{
color: #BDD4F4;
}
</style>
background-color css
<style>
a { background-color: #BDD4F4; }
a { background-color: rgb(189,212,244); }
div.DivClassName
{
background-color: #BDD4F4;
}
.BgClassName
{
background-color: #BDD4F4;
}
</style>
border-color css
<style>
span { border-color: #BDD4F4; }
span { border-color: rgb(189,212,244); }
td.TdClassName
{
border-color: #BDD4F4;
}
.TagClassName
{
border-color: #BDD4F4;
}
</style>