Shades of Periwinkle #B8C8FB
Tints of Periwinkle #B8C8FB
RGB
CMYK
RGB Variations
Color information
#B8C8FB (or 0xB8C8FB) is known color: Periwinkle. HEX triplet: B8, C8 and FB. RGB value is (184,200,251). Sum of RGB (Red+Green+Blue) = 184+200+251=635 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.98% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C8FB is #473704. Grayscale: #C8C8C8. Windows color (decimal): -4667141 or 16500920. OLE color: 16500920.
HSL color Cylindrical-coordinate representation of color #B8C8FB: hue angle of 225.67º 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 #B8C8FB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 200 | 251 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.02 |
| HSL | 225.67º | 0.89% | 0.85% | - |
| HSV(B) | 225.67º | 0.27% | 0.98% | - |
| XYZ | 57.83 | 58.46 | 99.5 | - |
| YUV | 201.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 251 | 0.27 | 0.20 | 0 | 0.02 | 225.67 | 0.89 | 0.85 |
| Hex | B8 | C8 | FB | 1B | 14 | 0 | 2 | E2 | 59 | 55 |
| Octal | 270 | 310 | 373 | 33 | 24 | 0 | 2 | 342 | 131 | 125 |
| Binary | 10111000 | 11001000 | 11111011 | 11011 | 10100 | 0 | 10 | 11100010 | 1011001 | 1010101 |
Color Harmonies of #B8C8FB
Complementary color
Monochromatic Colors of #B8C8FB
Black with #B8C8FB
Text Example
Text Example
White with #B8C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C8FB; }
p { color: rgb(184,200,251); }
H1.HeaderClassName
{
color: #B8C8FB;
}
.AnyTagClassName
{
color: #B8C8FB;
}
</style>
background-color css
<style>
a { background-color: #B8C8FB; }
a { background-color: rgb(184,200,251); }
div.DivClassName
{
background-color: #B8C8FB;
}
.BgClassName
{
background-color: #B8C8FB;
}
</style>
border-color css
<style>
span { border-color: #B8C8FB; }
span { border-color: rgb(184,200,251); }
td.TdClassName
{
border-color: #B8C8FB;
}
.TagClassName
{
border-color: #B8C8FB;
}
</style>