Shades of Periwinkle #B8C6FB
Tints of Periwinkle #B8C6FB
RGB
CMYK
RGB Variations
Color information
#B8C6FB (or 0xB8C6FB) is known color: Periwinkle. HEX triplet: B8, C6 and FB. RGB value is (184,198,251). Sum of RGB (Red+Green+Blue) = 184+198+251=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C6FB is #473904. Grayscale: #C7C7C7. Windows color (decimal): -4667653 or 16500408. OLE color: 16500408.
HSL color Cylindrical-coordinate representation of color #B8C6FB: hue angle of 227.46º 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 #B8C6FB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 198 | 251 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.02 |
| HSL | 227.46º | 0.89% | 0.85% | - |
| HSV(B) | 227.46º | 0.27% | 0.98% | - |
| XYZ | 57.37 | 57.54 | 99.35 | - |
| YUV | 199.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 251 | 0.27 | 0.21 | 0 | 0.02 | 227.46 | 0.89 | 0.85 |
| Hex | B8 | C6 | FB | 1B | 15 | 0 | 2 | E3 | 59 | 55 |
| Octal | 270 | 306 | 373 | 33 | 25 | 0 | 2 | 343 | 131 | 125 |
| Binary | 10111000 | 11000110 | 11111011 | 11011 | 10101 | 0 | 10 | 11100011 | 1011001 | 1010101 |
Color Harmonies of #B8C6FB
Complementary color
Monochromatic Colors of #B8C6FB
Black with #B8C6FB
Text Example
Text Example
White with #B8C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C6FB; }
p { color: rgb(184,198,251); }
H1.HeaderClassName
{
color: #B8C6FB;
}
.AnyTagClassName
{
color: #B8C6FB;
}
</style>
background-color css
<style>
a { background-color: #B8C6FB; }
a { background-color: rgb(184,198,251); }
div.DivClassName
{
background-color: #B8C6FB;
}
.BgClassName
{
background-color: #B8C6FB;
}
</style>
border-color css
<style>
span { border-color: #B8C6FB; }
span { border-color: rgb(184,198,251); }
td.TdClassName
{
border-color: #B8C6FB;
}
.TagClassName
{
border-color: #B8C6FB;
}
</style>