Shades of Periwinkle #BBC1DB
Tints of Periwinkle #BBC1DB
RGB
CMYK
RGB Variations
Color information
#BBC1DB (or 0xBBC1DB) is known color: Periwinkle. HEX triplet: BB, C1 and DB. RGB value is (187,193,219). Sum of RGB (Red+Green+Blue) = 187+193+219=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1DB is #443E24. Grayscale: #C2C2C2. Windows color (decimal): -4472357 or 14401979. OLE color: 14401979.
HSL color Cylindrical-coordinate representation of color #BBC1DB: hue angle of 228.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC1DB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 187 | 193 | 219 | - |
CMYK | 0.15 | 0.12 | 0 | 0.14 |
HSL | 228.75º | 0.31% | 0.8% | - |
HSV(B) | 228.75º | 0.15% | 0.86% | - |
XYZ | 52.35 | 53.82 | 74.65 | - |
YUV | 194.17 | 142.01 | 122.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 193 | 219 | 0.15 | 0.12 | 0 | 0.14 | 228.75 | 0.31 | 0.8 |
Hex | BB | C1 | DB | F | C | 0 | E | E5 | 1F | 50 |
Octal | 273 | 301 | 333 | 17 | 14 | 0 | 16 | 345 | 37 | 120 |
Binary | 10111011 | 11000001 | 11011011 | 1111 | 1100 | 0 | 1110 | 11100101 | 11111 | 1010000 |
Color Harmonies of #BBC1DB
Complementary color
Monochromatic Colors of #BBC1DB
Black with #BBC1DB
Text Example
Text Example
White with #BBC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1DB; }
p { color: rgb(187,193,219); }
H1.HeaderClassName
{
color: #BBC1DB;
}
.AnyTagClassName
{
color: #BBC1DB;
}
</style>
background-color css
<style>
a { background-color: #BBC1DB; }
a { background-color: rgb(187,193,219); }
div.DivClassName
{
background-color: #BBC1DB;
}
.BgClassName
{
background-color: #BBC1DB;
}
</style>
border-color css
<style>
span { border-color: #BBC1DB; }
span { border-color: rgb(187,193,219); }
td.TdClassName
{
border-color: #BBC1DB;
}
.TagClassName
{
border-color: #BBC1DB;
}
</style>