Shades of Periwinkle #BBC7EA
Tints of Periwinkle #BBC7EA
RGB
CMYK
RGB Variations
Color information
#BBC7EA (or 0xBBC7EA) is known color: Periwinkle. HEX triplet: BB, C7 and EA. RGB value is (187,199,234). Sum of RGB (Red+Green+Blue) = 187+199+234=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7EA is #443815. Grayscale: #C7C7C7. Windows color (decimal): -4470806 or 15386555. OLE color: 15386555.
HSL color Cylindrical-coordinate representation of color #BBC7EA: hue angle of 224.68º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC7EA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 199 | 234 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.08 |
| HSL | 224.68º | 0.53% | 0.83% | - |
| HSV(B) | 224.68º | 0.2% | 0.92% | - |
| XYZ | 55.77 | 57.35 | 85.97 | - |
| YUV | 199.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 234 | 0.20 | 0.15 | 0 | 0.08 | 224.68 | 0.53 | 0.83 |
| Hex | BB | C7 | EA | 14 | F | 0 | 8 | E1 | 35 | 53 |
| Octal | 273 | 307 | 352 | 24 | 17 | 0 | 10 | 341 | 65 | 123 |
| Binary | 10111011 | 11000111 | 11101010 | 10100 | 1111 | 0 | 1000 | 11100001 | 110101 | 1010011 |
Color Harmonies of #BBC7EA
Complementary color
Monochromatic Colors of #BBC7EA
Black with #BBC7EA
Text Example
Text Example
White with #BBC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7EA; }
p { color: rgb(187,199,234); }
H1.HeaderClassName
{
color: #BBC7EA;
}
.AnyTagClassName
{
color: #BBC7EA;
}
</style>
background-color css
<style>
a { background-color: #BBC7EA; }
a { background-color: rgb(187,199,234); }
div.DivClassName
{
background-color: #BBC7EA;
}
.BgClassName
{
background-color: #BBC7EA;
}
</style>
border-color css
<style>
span { border-color: #BBC7EA; }
span { border-color: rgb(187,199,234); }
td.TdClassName
{
border-color: #BBC7EA;
}
.TagClassName
{
border-color: #BBC7EA;
}
</style>