Shades of Periwinkle #BDC9F9
Tints of Periwinkle #BDC9F9
RGB
CMYK
RGB Variations
Color information
#BDC9F9 (or 0xBDC9F9) is known color: Periwinkle. HEX triplet: BD, C9 and F9. RGB value is (189,201,249). Sum of RGB (Red+Green+Blue) = 189+201+249=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9F9 is #423606. Grayscale: #CACACA. Windows color (decimal): -4339207 or 16370109. OLE color: 16370109.
HSL color Cylindrical-coordinate representation of color #BDC9F9: hue angle of 228º degrees, saturation: 0.83, 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 #BDC9F9 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 201 | 249 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.02 |
| HSL | 228º | 0.83% | 0.86% | - |
| HSV(B) | 228º | 0.24% | 0.98% | - |
| XYZ | 58.97 | 59.43 | 97.99 | - |
| YUV | 202.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 249 | 0.24 | 0.19 | 0 | 0.02 | 228 | 0.83 | 0.86 |
| Hex | BD | C9 | F9 | 18 | 13 | 0 | 2 | E4 | 53 | 56 |
| Octal | 275 | 311 | 371 | 30 | 23 | 0 | 2 | 344 | 123 | 126 |
| Binary | 10111101 | 11001001 | 11111001 | 11000 | 10011 | 0 | 10 | 11100100 | 1010011 | 1010110 |
Color Harmonies of #BDC9F9
Complementary color
Monochromatic Colors of #BDC9F9
Black with #BDC9F9
Text Example
Text Example
White with #BDC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9F9; }
p { color: rgb(189,201,249); }
H1.HeaderClassName
{
color: #BDC9F9;
}
.AnyTagClassName
{
color: #BDC9F9;
}
</style>
background-color css
<style>
a { background-color: #BDC9F9; }
a { background-color: rgb(189,201,249); }
div.DivClassName
{
background-color: #BDC9F9;
}
.BgClassName
{
background-color: #BDC9F9;
}
</style>
border-color css
<style>
span { border-color: #BDC9F9; }
span { border-color: rgb(189,201,249); }
td.TdClassName
{
border-color: #BDC9F9;
}
.TagClassName
{
border-color: #BDC9F9;
}
</style>