Shades of Periwinkle #BDC9E0
Tints of Periwinkle #BDC9E0
RGB
CMYK
RGB Variations
Color information
#BDC9E0 (or 0xBDC9E0) is known color: Periwinkle. HEX triplet: BD, C9 and E0. RGB value is (189,201,224). Sum of RGB (Red+Green+Blue) = 189+201+224=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDC9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9E0 is #42361F. Grayscale: #C7C7C7. Windows color (decimal): -4339232 or 14731709. OLE color: 14731709.
HSL color Cylindrical-coordinate representation of color #BDC9E0: hue angle of 219.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC9E0 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 201 | 224 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.12 |
| HSL | 219.43º | 0.36% | 0.81% | - |
| HSV(B) | 219.43º | 0.16% | 0.88% | - |
| XYZ | 55.33 | 57.97 | 78.8 | - |
| YUV | 200.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 224 | 0.16 | 0.10 | 0 | 0.12 | 219.43 | 0.36 | 0.81 |
| Hex | BD | C9 | E0 | 10 | A | 0 | C | DB | 24 | 51 |
| Octal | 275 | 311 | 340 | 20 | 12 | 0 | 14 | 333 | 44 | 121 |
| Binary | 10111101 | 11001001 | 11100000 | 10000 | 1010 | 0 | 1100 | 11011011 | 100100 | 1010001 |
Color Harmonies of #BDC9E0
Complementary color
Monochromatic Colors of #BDC9E0
Black with #BDC9E0
Text Example
Text Example
White with #BDC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9E0; }
p { color: rgb(189,201,224); }
H1.HeaderClassName
{
color: #BDC9E0;
}
.AnyTagClassName
{
color: #BDC9E0;
}
</style>
background-color css
<style>
a { background-color: #BDC9E0; }
a { background-color: rgb(189,201,224); }
div.DivClassName
{
background-color: #BDC9E0;
}
.BgClassName
{
background-color: #BDC9E0;
}
</style>
border-color css
<style>
span { border-color: #BDC9E0; }
span { border-color: rgb(189,201,224); }
td.TdClassName
{
border-color: #BDC9E0;
}
.TagClassName
{
border-color: #BDC9E0;
}
</style>