Shades of Periwinkle #BDC7E7
Tints of Periwinkle #BDC7E7
RGB
CMYK
RGB Variations
Color information
#BDC7E7 (or 0xBDC7E7) is known color: Periwinkle. HEX triplet: BD, C7 and E7. RGB value is (189,199,231). Sum of RGB (Red+Green+Blue) = 189+199+231=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDC7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7E7 is #423818. Grayscale: #C7C7C7. Windows color (decimal): -4339737 or 15189949. OLE color: 15189949.
HSL color Cylindrical-coordinate representation of color #BDC7E7: hue angle of 225.71º 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 #BDC7E7 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 199 | 231 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.09 |
| HSL | 225.71º | 0.47% | 0.82% | - |
| HSV(B) | 225.71º | 0.18% | 0.91% | - |
| XYZ | 55.83 | 57.44 | 83.74 | - |
| YUV | 199.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 231 | 0.18 | 0.14 | 0 | 0.09 | 225.71 | 0.47 | 0.82 |
| Hex | BD | C7 | E7 | 12 | E | 0 | 9 | E2 | 2F | 52 |
| Octal | 275 | 307 | 347 | 22 | 16 | 0 | 11 | 342 | 57 | 122 |
| Binary | 10111101 | 11000111 | 11100111 | 10010 | 1110 | 0 | 1001 | 11100010 | 101111 | 1010010 |
Color Harmonies of #BDC7E7
Complementary color
Monochromatic Colors of #BDC7E7
Black with #BDC7E7
Text Example
Text Example
White with #BDC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7E7; }
p { color: rgb(189,199,231); }
H1.HeaderClassName
{
color: #BDC7E7;
}
.AnyTagClassName
{
color: #BDC7E7;
}
</style>
background-color css
<style>
a { background-color: #BDC7E7; }
a { background-color: rgb(189,199,231); }
div.DivClassName
{
background-color: #BDC7E7;
}
.BgClassName
{
background-color: #BDC7E7;
}
</style>
border-color css
<style>
span { border-color: #BDC7E7; }
span { border-color: rgb(189,199,231); }
td.TdClassName
{
border-color: #BDC7E7;
}
.TagClassName
{
border-color: #BDC7E7;
}
</style>