Shades of Periwinkle #BDC9F4
Tints of Periwinkle #BDC9F4
RGB
CMYK
RGB Variations
Color information
#BDC9F4 (or 0xBDC9F4) is known color: Periwinkle. HEX triplet: BD, C9 and F4. RGB value is (189,201,244). Sum of RGB (Red+Green+Blue) = 189+201+244=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDC9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9F4 is #42360B. Grayscale: #CACACA. Windows color (decimal): -4339212 or 16042429. OLE color: 16042429.
HSL color Cylindrical-coordinate representation of color #BDC9F4: hue angle of 226.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 #BDC9F4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 201 | 244 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.04 |
| HSL | 226.91º | 0.71% | 0.85% | - |
| HSV(B) | 226.91º | 0.23% | 0.96% | - |
| XYZ | 58.2 | 59.12 | 93.93 | - |
| YUV | 202.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 244 | 0.23 | 0.18 | 0 | 0.04 | 226.91 | 0.71 | 0.85 |
| Hex | BD | C9 | F4 | 17 | 12 | 0 | 4 | E3 | 47 | 55 |
| Octal | 275 | 311 | 364 | 27 | 22 | 0 | 4 | 343 | 107 | 125 |
| Binary | 10111101 | 11001001 | 11110100 | 10111 | 10010 | 0 | 100 | 11100011 | 1000111 | 1010101 |
Color Harmonies of #BDC9F4
Complementary color
Monochromatic Colors of #BDC9F4
Black with #BDC9F4
Text Example
Text Example
White with #BDC9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9F4; }
p { color: rgb(189,201,244); }
H1.HeaderClassName
{
color: #BDC9F4;
}
.AnyTagClassName
{
color: #BDC9F4;
}
</style>
background-color css
<style>
a { background-color: #BDC9F4; }
a { background-color: rgb(189,201,244); }
div.DivClassName
{
background-color: #BDC9F4;
}
.BgClassName
{
background-color: #BDC9F4;
}
</style>
border-color css
<style>
span { border-color: #BDC9F4; }
span { border-color: rgb(189,201,244); }
td.TdClassName
{
border-color: #BDC9F4;
}
.TagClassName
{
border-color: #BDC9F4;
}
</style>