Shades of Periwinkle #BDD4FB
Tints of Periwinkle #BDD4FB
RGB
CMYK
RGB Variations
Color information
#BDD4FB (or 0xBDD4FB) is known color: Periwinkle. HEX triplet: BD, D4 and FB. RGB value is (189,212,251). Sum of RGB (Red+Green+Blue) = 189+212+251=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4FB is #422B04. Grayscale: #D1D1D1. Windows color (decimal): -4336389 or 16503997. OLE color: 16503997.
HSL color Cylindrical-coordinate representation of color #BDD4FB: hue angle of 217.74º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD4FB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 212 | 251 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.02 |
| HSL | 217.74º | 0.89% | 0.86% | - |
| HSV(B) | 217.74º | 0.25% | 0.98% | - |
| XYZ | 61.94 | 64.87 | 100.52 | - |
| YUV | 209.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 251 | 0.25 | 0.16 | 0 | 0.02 | 217.74 | 0.89 | 0.86 |
| Hex | BD | D4 | FB | 19 | 10 | 0 | 2 | DA | 59 | 56 |
| Octal | 275 | 324 | 373 | 31 | 20 | 0 | 2 | 332 | 131 | 126 |
| Binary | 10111101 | 11010100 | 11111011 | 11001 | 10000 | 0 | 10 | 11011010 | 1011001 | 1010110 |
Color Harmonies of #BDD4FB
Complementary color
Monochromatic Colors of #BDD4FB
Black with #BDD4FB
Text Example
Text Example
White with #BDD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4FB; }
p { color: rgb(189,212,251); }
H1.HeaderClassName
{
color: #BDD4FB;
}
.AnyTagClassName
{
color: #BDD4FB;
}
</style>
background-color css
<style>
a { background-color: #BDD4FB; }
a { background-color: rgb(189,212,251); }
div.DivClassName
{
background-color: #BDD4FB;
}
.BgClassName
{
background-color: #BDD4FB;
}
</style>
border-color css
<style>
span { border-color: #BDD4FB; }
span { border-color: rgb(189,212,251); }
td.TdClassName
{
border-color: #BDD4FB;
}
.TagClassName
{
border-color: #BDD4FB;
}
</style>