Shades of Periwinkle #BDC7E4
Tints of Periwinkle #BDC7E4
RGB
CMYK
RGB Variations
Color information
#BDC7E4 (or 0xBDC7E4) is known color: Periwinkle. HEX triplet: BD, C7 and E4. RGB value is (189,199,228). Sum of RGB (Red+Green+Blue) = 189+199+228=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDC7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7E4 is #42381B. Grayscale: #C7C7C7. Windows color (decimal): -4339740 or 14993341. OLE color: 14993341.
HSL color Cylindrical-coordinate representation of color #BDC7E4: hue angle of 224.62º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC7E4 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 199 | 228 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.11 |
| HSL | 224.62º | 0.42% | 0.82% | - |
| HSV(B) | 224.62º | 0.17% | 0.89% | - |
| XYZ | 55.41 | 57.27 | 81.53 | - |
| YUV | 199.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 228 | 0.17 | 0.13 | 0 | 0.11 | 224.62 | 0.42 | 0.82 |
| Hex | BD | C7 | E4 | 11 | D | 0 | B | E1 | 2A | 52 |
| Octal | 275 | 307 | 344 | 21 | 15 | 0 | 13 | 341 | 52 | 122 |
| Binary | 10111101 | 11000111 | 11100100 | 10001 | 1101 | 0 | 1011 | 11100001 | 101010 | 1010010 |
Color Harmonies of #BDC7E4
Complementary color
Monochromatic Colors of #BDC7E4
Black with #BDC7E4
Text Example
Text Example
White with #BDC7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7E4; }
p { color: rgb(189,199,228); }
H1.HeaderClassName
{
color: #BDC7E4;
}
.AnyTagClassName
{
color: #BDC7E4;
}
</style>
background-color css
<style>
a { background-color: #BDC7E4; }
a { background-color: rgb(189,199,228); }
div.DivClassName
{
background-color: #BDC7E4;
}
.BgClassName
{
background-color: #BDC7E4;
}
</style>
border-color css
<style>
span { border-color: #BDC7E4; }
span { border-color: rgb(189,199,228); }
td.TdClassName
{
border-color: #BDC7E4;
}
.TagClassName
{
border-color: #BDC7E4;
}
</style>