Shades of Periwinkle #BBCBE7
Tints of Periwinkle #BBCBE7
RGB
CMYK
RGB Variations
Color information
#BBCBE7 (or 0xBBCBE7) is known color: Periwinkle. HEX triplet: BB, CB and E7. RGB value is (187,203,231). Sum of RGB (Red+Green+Blue) = 187+203+231=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBE7 is #443418. Grayscale: #C9C9C9. Windows color (decimal): -4469785 or 15190971. OLE color: 15190971.
HSL color Cylindrical-coordinate representation of color #BBCBE7: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCBE7 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 203 | 231 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.09 |
| HSL | 218.18º | 0.48% | 0.82% | - |
| HSV(B) | 218.18º | 0.19% | 0.91% | - |
| XYZ | 56.27 | 59.05 | 84.03 | - |
| YUV | 201.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 231 | 0.19 | 0.12 | 0 | 0.09 | 218.18 | 0.48 | 0.82 |
| Hex | BB | CB | E7 | 13 | C | 0 | 9 | DA | 30 | 52 |
| Octal | 273 | 313 | 347 | 23 | 14 | 0 | 11 | 332 | 60 | 122 |
| Binary | 10111011 | 11001011 | 11100111 | 10011 | 1100 | 0 | 1001 | 11011010 | 110000 | 1010010 |
Color Harmonies of #BBCBE7
Complementary color
Monochromatic Colors of #BBCBE7
Black with #BBCBE7
Text Example
Text Example
White with #BBCBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBE7; }
p { color: rgb(187,203,231); }
H1.HeaderClassName
{
color: #BBCBE7;
}
.AnyTagClassName
{
color: #BBCBE7;
}
</style>
background-color css
<style>
a { background-color: #BBCBE7; }
a { background-color: rgb(187,203,231); }
div.DivClassName
{
background-color: #BBCBE7;
}
.BgClassName
{
background-color: #BBCBE7;
}
</style>
border-color css
<style>
span { border-color: #BBCBE7; }
span { border-color: rgb(187,203,231); }
td.TdClassName
{
border-color: #BBCBE7;
}
.TagClassName
{
border-color: #BBCBE7;
}
</style>