Shades of Periwinkle #BDC9FA
Tints of Periwinkle #BDC9FA
RGB
CMYK
RGB Variations
Color information
#BDC9FA (or 0xBDC9FA) is known color: Periwinkle. HEX triplet: BD, C9 and FA. RGB value is (189,201,250). Sum of RGB (Red+Green+Blue) = 189+201+250=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9FA is #423605. Grayscale: #CACACA. Windows color (decimal): -4339206 or 16435645. OLE color: 16435645.
HSL color Cylindrical-coordinate representation of color #BDC9FA: hue angle of 228.2º 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 #BDC9FA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 201 | 250 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.02 |
| HSL | 228.2º | 0.86% | 0.86% | - |
| HSV(B) | 228.2º | 0.24% | 0.98% | - |
| XYZ | 59.13 | 59.49 | 98.81 | - |
| YUV | 203 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 250 | 0.24 | 0.20 | 0 | 0.02 | 228.2 | 0.86 | 0.86 |
| Hex | BD | C9 | FA | 18 | 14 | 0 | 2 | E4 | 56 | 56 |
| Octal | 275 | 311 | 372 | 30 | 24 | 0 | 2 | 344 | 126 | 126 |
| Binary | 10111101 | 11001001 | 11111010 | 11000 | 10100 | 0 | 10 | 11100100 | 1010110 | 1010110 |
Color Harmonies of #BDC9FA
Complementary color
Monochromatic Colors of #BDC9FA
Black with #BDC9FA
Text Example
Text Example
White with #BDC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9FA; }
p { color: rgb(189,201,250); }
H1.HeaderClassName
{
color: #BDC9FA;
}
.AnyTagClassName
{
color: #BDC9FA;
}
</style>
background-color css
<style>
a { background-color: #BDC9FA; }
a { background-color: rgb(189,201,250); }
div.DivClassName
{
background-color: #BDC9FA;
}
.BgClassName
{
background-color: #BDC9FA;
}
</style>
border-color css
<style>
span { border-color: #BDC9FA; }
span { border-color: rgb(189,201,250); }
td.TdClassName
{
border-color: #BDC9FA;
}
.TagClassName
{
border-color: #BDC9FA;
}
</style>