Shades of Periwinkle #BDD2FA
Tints of Periwinkle #BDD2FA
RGB
CMYK
RGB Variations
Color information
#BDD2FA (or 0xBDD2FA) is known color: Periwinkle. HEX triplet: BD, D2 and FA. RGB value is (189,210,250). Sum of RGB (Red+Green+Blue) = 189+210+250=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2FA is #422D05. Grayscale: #D0D0D0. Windows color (decimal): -4336902 or 16437949. OLE color: 16437949.
HSL color Cylindrical-coordinate representation of color #BDD2FA: hue angle of 219.34º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD2FA is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 210 | 250 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.02 |
| HSL | 219.34º | 0.86% | 0.86% | - |
| HSV(B) | 219.34º | 0.24% | 0.98% | - |
| XYZ | 61.29 | 63.81 | 99.53 | - |
| YUV | 208.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 250 | 0.24 | 0.16 | 0 | 0.02 | 219.34 | 0.86 | 0.86 |
| Hex | BD | D2 | FA | 18 | 10 | 0 | 2 | DB | 56 | 56 |
| Octal | 275 | 322 | 372 | 30 | 20 | 0 | 2 | 333 | 126 | 126 |
| Binary | 10111101 | 11010010 | 11111010 | 11000 | 10000 | 0 | 10 | 11011011 | 1010110 | 1010110 |
Color Harmonies of #BDD2FA
Complementary color
Monochromatic Colors of #BDD2FA
Black with #BDD2FA
Text Example
Text Example
White with #BDD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2FA; }
p { color: rgb(189,210,250); }
H1.HeaderClassName
{
color: #BDD2FA;
}
.AnyTagClassName
{
color: #BDD2FA;
}
</style>
background-color css
<style>
a { background-color: #BDD2FA; }
a { background-color: rgb(189,210,250); }
div.DivClassName
{
background-color: #BDD2FA;
}
.BgClassName
{
background-color: #BDD2FA;
}
</style>
border-color css
<style>
span { border-color: #BDD2FA; }
span { border-color: rgb(189,210,250); }
td.TdClassName
{
border-color: #BDD2FA;
}
.TagClassName
{
border-color: #BDD2FA;
}
</style>