Shades of Periwinkle #BBCBF0
Tints of Periwinkle #BBCBF0
RGB
CMYK
RGB Variations
Color information
#BBCBF0 (or 0xBBCBF0) is known color: Periwinkle. HEX triplet: BB, CB and F0. RGB value is (187,203,240). Sum of RGB (Red+Green+Blue) = 187+203+240=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBCBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBF0 is #44340F. Grayscale: #CACACA. Windows color (decimal): -4469776 or 15780795. OLE color: 15780795.
HSL color Cylindrical-coordinate representation of color #BBCBF0: hue angle of 221.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCBF0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 203 | 240 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.06 |
| HSL | 221.89º | 0.64% | 0.84% | - |
| HSV(B) | 221.89º | 0.22% | 0.94% | - |
| XYZ | 57.58 | 59.57 | 90.9 | - |
| YUV | 202.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 240 | 0.22 | 0.15 | 0 | 0.06 | 221.89 | 0.64 | 0.84 |
| Hex | BB | CB | F0 | 16 | F | 0 | 6 | DE | 40 | 54 |
| Octal | 273 | 313 | 360 | 26 | 17 | 0 | 6 | 336 | 100 | 124 |
| Binary | 10111011 | 11001011 | 11110000 | 10110 | 1111 | 0 | 110 | 11011110 | 1000000 | 1010100 |
Color Harmonies of #BBCBF0
Complementary color
Monochromatic Colors of #BBCBF0
Black with #BBCBF0
Text Example
Text Example
White with #BBCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBF0; }
p { color: rgb(187,203,240); }
H1.HeaderClassName
{
color: #BBCBF0;
}
.AnyTagClassName
{
color: #BBCBF0;
}
</style>
background-color css
<style>
a { background-color: #BBCBF0; }
a { background-color: rgb(187,203,240); }
div.DivClassName
{
background-color: #BBCBF0;
}
.BgClassName
{
background-color: #BBCBF0;
}
</style>
border-color css
<style>
span { border-color: #BBCBF0; }
span { border-color: rgb(187,203,240); }
td.TdClassName
{
border-color: #BBCBF0;
}
.TagClassName
{
border-color: #BBCBF0;
}
</style>