Shades of Periwinkle #B7C4E5
Tints of Periwinkle #B7C4E5
RGB
CMYK
RGB Variations
Color information
#B7C4E5 (or 0xB7C4E5) is known color: Periwinkle. HEX triplet: B7, C4 and E5. RGB value is (183,196,229). Sum of RGB (Red+Green+Blue) = 183+196+229=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #B7C4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C4E5 is #483B1A. Grayscale: #C3C3C3. Windows color (decimal): -4733723 or 15058103. OLE color: 15058103.
HSL color Cylindrical-coordinate representation of color #B7C4E5: hue angle of 223.04º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7C4E5 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 196 | 229 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.10 |
| HSL | 223.04º | 0.47% | 0.81% | - |
| HSV(B) | 223.04º | 0.2% | 0.9% | - |
| XYZ | 53.41 | 55.2 | 81.97 | - |
| YUV | 195.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 229 | 0.20 | 0.14 | 0 | 0.10 | 223.04 | 0.47 | 0.81 |
| Hex | B7 | C4 | E5 | 14 | E | 0 | A | DF | 2F | 51 |
| Octal | 267 | 304 | 345 | 24 | 16 | 0 | 12 | 337 | 57 | 121 |
| Binary | 10110111 | 11000100 | 11100101 | 10100 | 1110 | 0 | 1010 | 11011111 | 101111 | 1010001 |
Color Harmonies of #B7C4E5
Complementary color
Monochromatic Colors of #B7C4E5
Black with #B7C4E5
Text Example
Text Example
White with #B7C4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C4E5; }
p { color: rgb(183,196,229); }
H1.HeaderClassName
{
color: #B7C4E5;
}
.AnyTagClassName
{
color: #B7C4E5;
}
</style>
background-color css
<style>
a { background-color: #B7C4E5; }
a { background-color: rgb(183,196,229); }
div.DivClassName
{
background-color: #B7C4E5;
}
.BgClassName
{
background-color: #B7C4E5;
}
</style>
border-color css
<style>
span { border-color: #B7C4E5; }
span { border-color: rgb(183,196,229); }
td.TdClassName
{
border-color: #B7C4E5;
}
.TagClassName
{
border-color: #B7C4E5;
}
</style>