Shades of Periwinkle #BDC7E0
Tints of Periwinkle #BDC7E0
RGB
CMYK
RGB Variations
Color information
#BDC7E0 (or 0xBDC7E0) is known color: Periwinkle. HEX triplet: BD, C7 and E0. RGB value is (189,199,224). Sum of RGB (Red+Green+Blue) = 189+199+224=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7E0 is #42381F. Grayscale: #C6C6C6. Windows color (decimal): -4339744 or 14731197. OLE color: 14731197.
HSL color Cylindrical-coordinate representation of color #BDC7E0: hue angle of 222.86º 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 #BDC7E0 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 199 | 224 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.12 |
| HSL | 222.86º | 0.36% | 0.81% | - |
| HSV(B) | 222.86º | 0.16% | 0.88% | - |
| XYZ | 54.86 | 57.05 | 78.64 | - |
| YUV | 198.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 224 | 0.16 | 0.11 | 0 | 0.12 | 222.86 | 0.36 | 0.81 |
| Hex | BD | C7 | E0 | 10 | B | 0 | C | DF | 24 | 51 |
| Octal | 275 | 307 | 340 | 20 | 13 | 0 | 14 | 337 | 44 | 121 |
| Binary | 10111101 | 11000111 | 11100000 | 10000 | 1011 | 0 | 1100 | 11011111 | 100100 | 1010001 |
Color Harmonies of #BDC7E0
Complementary color
Monochromatic Colors of #BDC7E0
Black with #BDC7E0
Text Example
Text Example
White with #BDC7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7E0; }
p { color: rgb(189,199,224); }
H1.HeaderClassName
{
color: #BDC7E0;
}
.AnyTagClassName
{
color: #BDC7E0;
}
</style>
background-color css
<style>
a { background-color: #BDC7E0; }
a { background-color: rgb(189,199,224); }
div.DivClassName
{
background-color: #BDC7E0;
}
.BgClassName
{
background-color: #BDC7E0;
}
</style>
border-color css
<style>
span { border-color: #BDC7E0; }
span { border-color: rgb(189,199,224); }
td.TdClassName
{
border-color: #BDC7E0;
}
.TagClassName
{
border-color: #BDC7E0;
}
</style>