Shades of Periwinkle #BDC6E0
Tints of Periwinkle #BDC6E0
RGB
CMYK
RGB Variations
Color information
#BDC6E0 (or 0xBDC6E0) is known color: Periwinkle. HEX triplet: BD, C6 and E0. RGB value is (189,198,224). Sum of RGB (Red+Green+Blue) = 189+198+224=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDC6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6E0 is #42391F. Grayscale: #C6C6C6. Windows color (decimal): -4340000 or 14730941. OLE color: 14730941.
HSL color Cylindrical-coordinate representation of color #BDC6E0: hue angle of 224.57º 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 #BDC6E0 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 198 | 224 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.12 |
| HSL | 224.57º | 0.36% | 0.81% | - |
| HSV(B) | 224.57º | 0.16% | 0.88% | - |
| XYZ | 54.63 | 56.59 | 78.56 | - |
| YUV | 198.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 224 | 0.16 | 0.12 | 0 | 0.12 | 224.57 | 0.36 | 0.81 |
| Hex | BD | C6 | E0 | 10 | C | 0 | C | E1 | 24 | 51 |
| Octal | 275 | 306 | 340 | 20 | 14 | 0 | 14 | 341 | 44 | 121 |
| Binary | 10111101 | 11000110 | 11100000 | 10000 | 1100 | 0 | 1100 | 11100001 | 100100 | 1010001 |
Color Harmonies of #BDC6E0
Complementary color
Monochromatic Colors of #BDC6E0
Black with #BDC6E0
Text Example
Text Example
White with #BDC6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6E0; }
p { color: rgb(189,198,224); }
H1.HeaderClassName
{
color: #BDC6E0;
}
.AnyTagClassName
{
color: #BDC6E0;
}
</style>
background-color css
<style>
a { background-color: #BDC6E0; }
a { background-color: rgb(189,198,224); }
div.DivClassName
{
background-color: #BDC6E0;
}
.BgClassName
{
background-color: #BDC6E0;
}
</style>
border-color css
<style>
span { border-color: #BDC6E0; }
span { border-color: rgb(189,198,224); }
td.TdClassName
{
border-color: #BDC6E0;
}
.TagClassName
{
border-color: #BDC6E0;
}
</style>