Shades of Periwinkle #BDC9E7
Tints of Periwinkle #BDC9E7
RGB
CMYK
RGB Variations
Color information
#BDC9E7 (or 0xBDC9E7) is known color: Periwinkle. HEX triplet: BD, C9 and E7. RGB value is (189,201,231). Sum of RGB (Red+Green+Blue) = 189+201+231=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDC9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9E7 is #423618. Grayscale: #C8C8C8. Windows color (decimal): -4339225 or 15190461. OLE color: 15190461.
HSL color Cylindrical-coordinate representation of color #BDC9E7: hue angle of 222.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC9E7 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 201 | 231 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.09 |
| HSL | 222.86º | 0.47% | 0.82% | - |
| HSV(B) | 222.86º | 0.18% | 0.91% | - |
| XYZ | 56.3 | 58.36 | 83.9 | - |
| YUV | 200.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 231 | 0.18 | 0.13 | 0 | 0.09 | 222.86 | 0.47 | 0.82 |
| Hex | BD | C9 | E7 | 12 | D | 0 | 9 | DF | 2F | 52 |
| Octal | 275 | 311 | 347 | 22 | 15 | 0 | 11 | 337 | 57 | 122 |
| Binary | 10111101 | 11001001 | 11100111 | 10010 | 1101 | 0 | 1001 | 11011111 | 101111 | 1010010 |
Color Harmonies of #BDC9E7
Complementary color
Monochromatic Colors of #BDC9E7
Black with #BDC9E7
Text Example
Text Example
White with #BDC9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9E7; }
p { color: rgb(189,201,231); }
H1.HeaderClassName
{
color: #BDC9E7;
}
.AnyTagClassName
{
color: #BDC9E7;
}
</style>
background-color css
<style>
a { background-color: #BDC9E7; }
a { background-color: rgb(189,201,231); }
div.DivClassName
{
background-color: #BDC9E7;
}
.BgClassName
{
background-color: #BDC9E7;
}
</style>
border-color css
<style>
span { border-color: #BDC9E7; }
span { border-color: rgb(189,201,231); }
td.TdClassName
{
border-color: #BDC9E7;
}
.TagClassName
{
border-color: #BDC9E7;
}
</style>