Shades of Periwinkle #B8C7FB
Tints of Periwinkle #B8C7FB
RGB
CMYK
RGB Variations
Color information
#B8C7FB (or 0xB8C7FB) is known color: Periwinkle. HEX triplet: B8, C7 and FB. RGB value is (184,199,251). Sum of RGB (Red+Green+Blue) = 184+199+251=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8C7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C7FB is #473804. Grayscale: #C8C8C8. Windows color (decimal): -4667397 or 16500664. OLE color: 16500664.
HSL color Cylindrical-coordinate representation of color #B8C7FB: hue angle of 226.57º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8C7FB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 199 | 251 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.02 |
| HSL | 226.57º | 0.89% | 0.85% | - |
| HSV(B) | 226.57º | 0.27% | 0.98% | - |
| XYZ | 57.6 | 58 | 99.43 | - |
| YUV | 200.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 199 | 251 | 0.27 | 0.21 | 0 | 0.02 | 226.57 | 0.89 | 0.85 |
| Hex | B8 | C7 | FB | 1B | 15 | 0 | 2 | E3 | 59 | 55 |
| Octal | 270 | 307 | 373 | 33 | 25 | 0 | 2 | 343 | 131 | 125 |
| Binary | 10111000 | 11000111 | 11111011 | 11011 | 10101 | 0 | 10 | 11100011 | 1011001 | 1010101 |
Color Harmonies of #B8C7FB
Complementary color
Monochromatic Colors of #B8C7FB
Black with #B8C7FB
Text Example
Text Example
White with #B8C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C7FB; }
p { color: rgb(184,199,251); }
H1.HeaderClassName
{
color: #B8C7FB;
}
.AnyTagClassName
{
color: #B8C7FB;
}
</style>
background-color css
<style>
a { background-color: #B8C7FB; }
a { background-color: rgb(184,199,251); }
div.DivClassName
{
background-color: #B8C7FB;
}
.BgClassName
{
background-color: #B8C7FB;
}
</style>
border-color css
<style>
span { border-color: #B8C7FB; }
span { border-color: rgb(184,199,251); }
td.TdClassName
{
border-color: #B8C7FB;
}
.TagClassName
{
border-color: #B8C7FB;
}
</style>