Shades of Periwinkle #BDC7EF
Tints of Periwinkle #BDC7EF
RGB
CMYK
RGB Variations
Color information
#BDC7EF (or 0xBDC7EF) is known color: Periwinkle. HEX triplet: BD, C7 and EF. RGB value is (189,199,239). Sum of RGB (Red+Green+Blue) = 189+199+239=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7EF is #423810. Grayscale: #C8C8C8. Windows color (decimal): -4339729 or 15714237. OLE color: 15714237.
HSL color Cylindrical-coordinate representation of color #BDC7EF: hue angle of 228º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC7EF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 199 | 239 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.06 |
| HSL | 228º | 0.61% | 0.84% | - |
| HSV(B) | 228º | 0.21% | 0.94% | - |
| XYZ | 56.99 | 57.9 | 89.83 | - |
| YUV | 200.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 239 | 0.21 | 0.17 | 0 | 0.06 | 228 | 0.61 | 0.84 |
| Hex | BD | C7 | EF | 15 | 11 | 0 | 6 | E4 | 3D | 54 |
| Octal | 275 | 307 | 357 | 25 | 21 | 0 | 6 | 344 | 75 | 124 |
| Binary | 10111101 | 11000111 | 11101111 | 10101 | 10001 | 0 | 110 | 11100100 | 111101 | 1010100 |
Color Harmonies of #BDC7EF
Complementary color
Monochromatic Colors of #BDC7EF
Black with #BDC7EF
Text Example
Text Example
White with #BDC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7EF; }
p { color: rgb(189,199,239); }
H1.HeaderClassName
{
color: #BDC7EF;
}
.AnyTagClassName
{
color: #BDC7EF;
}
</style>
background-color css
<style>
a { background-color: #BDC7EF; }
a { background-color: rgb(189,199,239); }
div.DivClassName
{
background-color: #BDC7EF;
}
.BgClassName
{
background-color: #BDC7EF;
}
</style>
border-color css
<style>
span { border-color: #BDC7EF; }
span { border-color: rgb(189,199,239); }
td.TdClassName
{
border-color: #BDC7EF;
}
.TagClassName
{
border-color: #BDC7EF;
}
</style>