Shades of Periwinkle #BBC5F2
Tints of Periwinkle #BBC5F2
RGB
CMYK
RGB Variations
Color information
#BBC5F2 (or 0xBBC5F2) is known color: Periwinkle. HEX triplet: BB, C5 and F2. RGB value is (187,197,242). Sum of RGB (Red+Green+Blue) = 187+197+242=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBC5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5F2 is #443A0D. Grayscale: #C6C6C6. Windows color (decimal): -4471310 or 15910331. OLE color: 15910331.
HSL color Cylindrical-coordinate representation of color #BBC5F2: hue angle of 229.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC5F2 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 197 | 242 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.05 |
| HSL | 229.09º | 0.68% | 0.84% | - |
| HSV(B) | 229.09º | 0.23% | 0.95% | - |
| XYZ | 56.49 | 56.91 | 92.01 | - |
| YUV | 199.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 242 | 0.23 | 0.19 | 0 | 0.05 | 229.09 | 0.68 | 0.84 |
| Hex | BB | C5 | F2 | 17 | 13 | 0 | 5 | E5 | 44 | 54 |
| Octal | 273 | 305 | 362 | 27 | 23 | 0 | 5 | 345 | 104 | 124 |
| Binary | 10111011 | 11000101 | 11110010 | 10111 | 10011 | 0 | 101 | 11100101 | 1000100 | 1010100 |
Color Harmonies of #BBC5F2
Complementary color
Monochromatic Colors of #BBC5F2
Black with #BBC5F2
Text Example
Text Example
White with #BBC5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5F2; }
p { color: rgb(187,197,242); }
H1.HeaderClassName
{
color: #BBC5F2;
}
.AnyTagClassName
{
color: #BBC5F2;
}
</style>
background-color css
<style>
a { background-color: #BBC5F2; }
a { background-color: rgb(187,197,242); }
div.DivClassName
{
background-color: #BBC5F2;
}
.BgClassName
{
background-color: #BBC5F2;
}
</style>
border-color css
<style>
span { border-color: #BBC5F2; }
span { border-color: rgb(187,197,242); }
td.TdClassName
{
border-color: #BBC5F2;
}
.TagClassName
{
border-color: #BBC5F2;
}
</style>