Shades of Periwinkle #BDC7ED
Tints of Periwinkle #BDC7ED
RGB
CMYK
RGB Variations
Color information
#BDC7ED (or 0xBDC7ED) is known color: Periwinkle. HEX triplet: BD, C7 and ED. RGB value is (189,199,237). Sum of RGB (Red+Green+Blue) = 189+199+237=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7ED is #423812. Grayscale: #C8C8C8. Windows color (decimal): -4339731 or 15583165. OLE color: 15583165.
HSL color Cylindrical-coordinate representation of color #BDC7ED: hue angle of 227.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC7ED is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 199 | 237 | - |
CMYK | 0.20 | 0.16 | 0 | 0.07 |
HSL | 227.5º | 0.57% | 0.84% | - |
HSV(B) | 227.5º | 0.2% | 0.93% | - |
XYZ | 56.7 | 57.78 | 88.29 | - |
YUV | 200.34 | 148.69 | 119.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 199 | 237 | 0.20 | 0.16 | 0 | 0.07 | 227.5 | 0.57 | 0.84 |
Hex | BD | C7 | ED | 14 | 10 | 0 | 7 | E4 | 39 | 54 |
Octal | 275 | 307 | 355 | 24 | 20 | 0 | 7 | 344 | 71 | 124 |
Binary | 10111101 | 11000111 | 11101101 | 10100 | 10000 | 0 | 111 | 11100100 | 111001 | 1010100 |
Color Harmonies of #BDC7ED
Complementary color
Monochromatic Colors of #BDC7ED
Black with #BDC7ED
Text Example
Text Example
White with #BDC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7ED; }
p { color: rgb(189,199,237); }
H1.HeaderClassName
{
color: #BDC7ED;
}
.AnyTagClassName
{
color: #BDC7ED;
}
</style>
background-color css
<style>
a { background-color: #BDC7ED; }
a { background-color: rgb(189,199,237); }
div.DivClassName
{
background-color: #BDC7ED;
}
.BgClassName
{
background-color: #BDC7ED;
}
</style>
border-color css
<style>
span { border-color: #BDC7ED; }
span { border-color: rgb(189,199,237); }
td.TdClassName
{
border-color: #BDC7ED;
}
.TagClassName
{
border-color: #BDC7ED;
}
</style>