Shades of Periwinkle #BBC9F2
Tints of Periwinkle #BBC9F2
RGB
CMYK
RGB Variations
Color information
#BBC9F2 (or 0xBBC9F2) is known color: Periwinkle. HEX triplet: BB, C9 and F2. RGB value is (187,201,242). Sum of RGB (Red+Green+Blue) = 187+201+242=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9F2 is #44360D. Grayscale: #C9C9C9. Windows color (decimal): -4470286 or 15911355. OLE color: 15911355.
HSL color Cylindrical-coordinate representation of color #BBC9F2: hue angle of 224.73º 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 #BBC9F2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 201 | 242 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.05 |
| HSL | 224.73º | 0.68% | 0.84% | - |
| HSV(B) | 224.73º | 0.23% | 0.95% | - |
| XYZ | 57.41 | 58.75 | 92.32 | - |
| YUV | 201.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 242 | 0.23 | 0.17 | 0 | 0.05 | 224.73 | 0.68 | 0.84 |
| Hex | BB | C9 | F2 | 17 | 11 | 0 | 5 | E1 | 44 | 54 |
| Octal | 273 | 311 | 362 | 27 | 21 | 0 | 5 | 341 | 104 | 124 |
| Binary | 10111011 | 11001001 | 11110010 | 10111 | 10001 | 0 | 101 | 11100001 | 1000100 | 1010100 |
Color Harmonies of #BBC9F2
Complementary color
Monochromatic Colors of #BBC9F2
Black with #BBC9F2
Text Example
Text Example
White with #BBC9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9F2; }
p { color: rgb(187,201,242); }
H1.HeaderClassName
{
color: #BBC9F2;
}
.AnyTagClassName
{
color: #BBC9F2;
}
</style>
background-color css
<style>
a { background-color: #BBC9F2; }
a { background-color: rgb(187,201,242); }
div.DivClassName
{
background-color: #BBC9F2;
}
.BgClassName
{
background-color: #BBC9F2;
}
</style>
border-color css
<style>
span { border-color: #BBC9F2; }
span { border-color: rgb(187,201,242); }
td.TdClassName
{
border-color: #BBC9F2;
}
.TagClassName
{
border-color: #BBC9F2;
}
</style>