Shades of Periwinkle #BBC2EA
Tints of Periwinkle #BBC2EA
RGB
CMYK
RGB Variations
Color information
#BBC2EA (or 0xBBC2EA) is known color: Periwinkle. HEX triplet: BB, C2 and EA. RGB value is (187,194,234). Sum of RGB (Red+Green+Blue) = 187+194+234=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2EA is #443D15. Grayscale: #C4C4C4. Windows color (decimal): -4472086 or 15385275. OLE color: 15385275.
HSL color Cylindrical-coordinate representation of color #BBC2EA: hue angle of 231.06º 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 #BBC2EA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 194 | 234 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.08 |
| HSL | 231.06º | 0.53% | 0.83% | - |
| HSV(B) | 231.06º | 0.2% | 0.92% | - |
| XYZ | 54.64 | 55.09 | 85.6 | - |
| YUV | 196.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 234 | 0.20 | 0.17 | 0 | 0.08 | 231.06 | 0.53 | 0.83 |
| Hex | BB | C2 | EA | 14 | 11 | 0 | 8 | E7 | 35 | 53 |
| Octal | 273 | 302 | 352 | 24 | 21 | 0 | 10 | 347 | 65 | 123 |
| Binary | 10111011 | 11000010 | 11101010 | 10100 | 10001 | 0 | 1000 | 11100111 | 110101 | 1010011 |
Color Harmonies of #BBC2EA
Complementary color
Monochromatic Colors of #BBC2EA
Black with #BBC2EA
Text Example
Text Example
White with #BBC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2EA; }
p { color: rgb(187,194,234); }
H1.HeaderClassName
{
color: #BBC2EA;
}
.AnyTagClassName
{
color: #BBC2EA;
}
</style>
background-color css
<style>
a { background-color: #BBC2EA; }
a { background-color: rgb(187,194,234); }
div.DivClassName
{
background-color: #BBC2EA;
}
.BgClassName
{
background-color: #BBC2EA;
}
</style>
border-color css
<style>
span { border-color: #BBC2EA; }
span { border-color: rgb(187,194,234); }
td.TdClassName
{
border-color: #BBC2EA;
}
.TagClassName
{
border-color: #BBC2EA;
}
</style>