Shades of Periwinkle #BDC9EF
Tints of Periwinkle #BDC9EF
RGB
CMYK
RGB Variations
Color information
#BDC9EF (or 0xBDC9EF) is known color: Periwinkle. HEX triplet: BD, C9 and EF. RGB value is (189,201,239). Sum of RGB (Red+Green+Blue) = 189+201+239=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9EF is #423610. Grayscale: #C9C9C9. Windows color (decimal): -4339217 or 15714749. OLE color: 15714749.
HSL color Cylindrical-coordinate representation of color #BDC9EF: hue angle of 225.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC9EF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 201 | 239 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.06 |
| HSL | 225.6º | 0.61% | 0.84% | - |
| HSV(B) | 225.6º | 0.21% | 0.94% | - |
| XYZ | 57.45 | 58.82 | 89.99 | - |
| YUV | 201.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 239 | 0.21 | 0.16 | 0 | 0.06 | 225.6 | 0.61 | 0.84 |
| Hex | BD | C9 | EF | 15 | 10 | 0 | 6 | E2 | 3D | 54 |
| Octal | 275 | 311 | 357 | 25 | 20 | 0 | 6 | 342 | 75 | 124 |
| Binary | 10111101 | 11001001 | 11101111 | 10101 | 10000 | 0 | 110 | 11100010 | 111101 | 1010100 |
Color Harmonies of #BDC9EF
Complementary color
Monochromatic Colors of #BDC9EF
Black with #BDC9EF
Text Example
Text Example
White with #BDC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9EF; }
p { color: rgb(189,201,239); }
H1.HeaderClassName
{
color: #BDC9EF;
}
.AnyTagClassName
{
color: #BDC9EF;
}
</style>
background-color css
<style>
a { background-color: #BDC9EF; }
a { background-color: rgb(189,201,239); }
div.DivClassName
{
background-color: #BDC9EF;
}
.BgClassName
{
background-color: #BDC9EF;
}
</style>
border-color css
<style>
span { border-color: #BDC9EF; }
span { border-color: rgb(189,201,239); }
td.TdClassName
{
border-color: #BDC9EF;
}
.TagClassName
{
border-color: #BDC9EF;
}
</style>