Shades of Periwinkle #B8C9FF
Tints of Periwinkle #B8C9FF
RGB
CMYK
RGB Variations
Color information
#B8C9FF (or 0xB8C9FF) is known color: Periwinkle. HEX triplet: B8, C9 and FF. RGB value is (184,201,255). Sum of RGB (Red+Green+Blue) = 184+201+255=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C9FF is #473600. Grayscale: #C9C9C9. Windows color (decimal): -4666881 or 16763320. OLE color: 16763320.
HSL color Cylindrical-coordinate representation of color #B8C9FF: hue angle of 225.63º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8C9FF is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 201 | 255 | - |
| CMYK | 0.28 | 0.21 | 0 | 0 |
| HSL | 225.63º | 1% | 0.86% | - |
| HSV(B) | 225.63º | 0.28% | 1% | - |
| XYZ | 58.7 | 59.18 | 102.94 | - |
| YUV | 202.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 255 | 0.28 | 0.21 | 0 | 0 | 225.63 | 1 | 0.86 |
| Hex | B8 | C9 | FF | 1C | 15 | 0 | 0 | E2 | 64 | 56 |
| Octal | 270 | 311 | 377 | 34 | 25 | 0 | 0 | 342 | 144 | 126 |
| Binary | 10111000 | 11001001 | 11111111 | 11100 | 10101 | 0 | 0 | 11100010 | 1100100 | 1010110 |
Color Harmonies of #B8C9FF
Complementary color
Monochromatic Colors of #B8C9FF
Black with #B8C9FF
Text Example
Text Example
White with #B8C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C9FF; }
p { color: rgb(184,201,255); }
H1.HeaderClassName
{
color: #B8C9FF;
}
.AnyTagClassName
{
color: #B8C9FF;
}
</style>
background-color css
<style>
a { background-color: #B8C9FF; }
a { background-color: rgb(184,201,255); }
div.DivClassName
{
background-color: #B8C9FF;
}
.BgClassName
{
background-color: #B8C9FF;
}
</style>
border-color css
<style>
span { border-color: #B8C9FF; }
span { border-color: rgb(184,201,255); }
td.TdClassName
{
border-color: #B8C9FF;
}
.TagClassName
{
border-color: #B8C9FF;
}
</style>