Shades of Periwinkle #B8C8FC
Tints of Periwinkle #B8C8FC
RGB
CMYK
RGB Variations
Color information
#B8C8FC (or 0xB8C8FC) is known color: Periwinkle. HEX triplet: B8, C8 and FC. RGB value is (184,200,252). Sum of RGB (Red+Green+Blue) = 184+200+252=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C8FC is #473703. Grayscale: #C8C8C8. Windows color (decimal): -4667140 or 16566456. OLE color: 16566456.
HSL color Cylindrical-coordinate representation of color #B8C8FC: hue angle of 225.88º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8C8FC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 200 | 252 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.01 |
| HSL | 225.88º | 0.92% | 0.85% | - |
| HSV(B) | 225.88º | 0.27% | 0.99% | - |
| XYZ | 57.99 | 58.53 | 100.34 | - |
| YUV | 201.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 252 | 0.27 | 0.21 | 0 | 0.01 | 225.88 | 0.92 | 0.85 |
| Hex | B8 | C8 | FC | 1B | 15 | 0 | 1 | E2 | 5C | 55 |
| Octal | 270 | 310 | 374 | 33 | 25 | 0 | 1 | 342 | 134 | 125 |
| Binary | 10111000 | 11001000 | 11111100 | 11011 | 10101 | 0 | 1 | 11100010 | 1011100 | 1010101 |
Color Harmonies of #B8C8FC
Complementary color
Monochromatic Colors of #B8C8FC
Black with #B8C8FC
Text Example
Text Example
White with #B8C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C8FC; }
p { color: rgb(184,200,252); }
H1.HeaderClassName
{
color: #B8C8FC;
}
.AnyTagClassName
{
color: #B8C8FC;
}
</style>
background-color css
<style>
a { background-color: #B8C8FC; }
a { background-color: rgb(184,200,252); }
div.DivClassName
{
background-color: #B8C8FC;
}
.BgClassName
{
background-color: #B8C8FC;
}
</style>
border-color css
<style>
span { border-color: #B8C8FC; }
span { border-color: rgb(184,200,252); }
td.TdClassName
{
border-color: #B8C8FC;
}
.TagClassName
{
border-color: #B8C8FC;
}
</style>