Shades of Periwinkle #B7C7ED
Tints of Periwinkle #B7C7ED
RGB
CMYK
RGB Variations
Color information
#B7C7ED (or 0xB7C7ED) is known color: Periwinkle. HEX triplet: B7, C7 and ED. RGB value is (183,199,237). Sum of RGB (Red+Green+Blue) = 183+199+237=619 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.56% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7C7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C7ED is #483812. Grayscale: #C6C6C6. Windows color (decimal): -4732947 or 15583159. OLE color: 15583159.
HSL color Cylindrical-coordinate representation of color #B7C7ED: hue angle of 222.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7C7ED is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 199 | 237 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.07 |
| HSL | 222.22º | 0.6% | 0.82% | - |
| HSV(B) | 222.22º | 0.23% | 0.93% | - |
| XYZ | 55.24 | 57.03 | 88.22 | - |
| YUV | 198.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 199 | 237 | 0.23 | 0.16 | 0 | 0.07 | 222.22 | 0.6 | 0.82 |
| Hex | B7 | C7 | ED | 17 | 10 | 0 | 7 | DE | 3C | 52 |
| Octal | 267 | 307 | 355 | 27 | 20 | 0 | 7 | 336 | 74 | 122 |
| Binary | 10110111 | 11000111 | 11101101 | 10111 | 10000 | 0 | 111 | 11011110 | 111100 | 1010010 |
Color Harmonies of #B7C7ED
Complementary color
Monochromatic Colors of #B7C7ED
Black with #B7C7ED
Text Example
Text Example
White with #B7C7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C7ED; }
p { color: rgb(183,199,237); }
H1.HeaderClassName
{
color: #B7C7ED;
}
.AnyTagClassName
{
color: #B7C7ED;
}
</style>
background-color css
<style>
a { background-color: #B7C7ED; }
a { background-color: rgb(183,199,237); }
div.DivClassName
{
background-color: #B7C7ED;
}
.BgClassName
{
background-color: #B7C7ED;
}
</style>
border-color css
<style>
span { border-color: #B7C7ED; }
span { border-color: rgb(183,199,237); }
td.TdClassName
{
border-color: #B7C7ED;
}
.TagClassName
{
border-color: #B7C7ED;
}
</style>