Shades of Periwinkle #BBC7DE
Tints of Periwinkle #BBC7DE
RGB
CMYK
RGB Variations
Color information
#BBC7DE (or 0xBBC7DE) is known color: Periwinkle. HEX triplet: BB, C7 and DE. RGB value is (187,199,222). Sum of RGB (Red+Green+Blue) = 187+199+222=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBC7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7DE is #443821. Grayscale: #C5C5C5. Windows color (decimal): -4470818 or 14600123. OLE color: 14600123.
HSL color Cylindrical-coordinate representation of color #BBC7DE: hue angle of 219.43º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC7DE is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 199 | 222 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.13 |
| HSL | 219.43º | 0.35% | 0.8% | - |
| HSV(B) | 219.43º | 0.16% | 0.87% | - |
| XYZ | 54.1 | 56.69 | 77.2 | - |
| YUV | 198.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 222 | 0.16 | 0.10 | 0 | 0.13 | 219.43 | 0.35 | 0.8 |
| Hex | BB | C7 | DE | 10 | A | 0 | D | DB | 23 | 50 |
| Octal | 273 | 307 | 336 | 20 | 12 | 0 | 15 | 333 | 43 | 120 |
| Binary | 10111011 | 11000111 | 11011110 | 10000 | 1010 | 0 | 1101 | 11011011 | 100011 | 1010000 |
Color Harmonies of #BBC7DE
Complementary color
Monochromatic Colors of #BBC7DE
Black with #BBC7DE
Text Example
Text Example
White with #BBC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7DE; }
p { color: rgb(187,199,222); }
H1.HeaderClassName
{
color: #BBC7DE;
}
.AnyTagClassName
{
color: #BBC7DE;
}
</style>
background-color css
<style>
a { background-color: #BBC7DE; }
a { background-color: rgb(187,199,222); }
div.DivClassName
{
background-color: #BBC7DE;
}
.BgClassName
{
background-color: #BBC7DE;
}
</style>
border-color css
<style>
span { border-color: #BBC7DE; }
span { border-color: rgb(187,199,222); }
td.TdClassName
{
border-color: #BBC7DE;
}
.TagClassName
{
border-color: #BBC7DE;
}
</style>