Shades of Periwinkle #BDC9E5
Tints of Periwinkle #BDC9E5
RGB
CMYK
RGB Variations
Color information
#BDC9E5 (or 0xBDC9E5) is known color: Periwinkle. HEX triplet: BD, C9 and E5. RGB value is (189,201,229). Sum of RGB (Red+Green+Blue) = 189+201+229=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9E5 is #42361A. Grayscale: #C8C8C8. Windows color (decimal): -4339227 or 15059389. OLE color: 15059389.
HSL color Cylindrical-coordinate representation of color #BDC9E5: hue angle of 222º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC9E5 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 201 | 229 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.10 |
| HSL | 222º | 0.43% | 0.82% | - |
| HSV(B) | 222º | 0.17% | 0.9% | - |
| XYZ | 56.02 | 58.25 | 82.42 | - |
| YUV | 200.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 229 | 0.17 | 0.12 | 0 | 0.10 | 222 | 0.43 | 0.82 |
| Hex | BD | C9 | E5 | 11 | C | 0 | A | DE | 2B | 52 |
| Octal | 275 | 311 | 345 | 21 | 14 | 0 | 12 | 336 | 53 | 122 |
| Binary | 10111101 | 11001001 | 11100101 | 10001 | 1100 | 0 | 1010 | 11011110 | 101011 | 1010010 |
Color Harmonies of #BDC9E5
Complementary color
Monochromatic Colors of #BDC9E5
Black with #BDC9E5
Text Example
Text Example
White with #BDC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9E5; }
p { color: rgb(189,201,229); }
H1.HeaderClassName
{
color: #BDC9E5;
}
.AnyTagClassName
{
color: #BDC9E5;
}
</style>
background-color css
<style>
a { background-color: #BDC9E5; }
a { background-color: rgb(189,201,229); }
div.DivClassName
{
background-color: #BDC9E5;
}
.BgClassName
{
background-color: #BDC9E5;
}
</style>
border-color css
<style>
span { border-color: #BDC9E5; }
span { border-color: rgb(189,201,229); }
td.TdClassName
{
border-color: #BDC9E5;
}
.TagClassName
{
border-color: #BDC9E5;
}
</style>