Shades of Periwinkle #BBCFF2
Tints of Periwinkle #BBCFF2
RGB
CMYK
RGB Variations
Color information
#BBCFF2 (or 0xBBCFF2) is known color: Periwinkle. HEX triplet: BB, CF and F2. RGB value is (187,207,242). Sum of RGB (Red+Green+Blue) = 187+207+242=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBCFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFF2 is #44300D. Grayscale: #CCCCCC. Windows color (decimal): -4468750 or 15912891. OLE color: 15912891.
HSL color Cylindrical-coordinate representation of color #BBCFF2: hue angle of 218.18º 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 #BBCFF2 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 207 | 242 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.05 |
| HSL | 218.18º | 0.68% | 0.84% | - |
| HSV(B) | 218.18º | 0.23% | 0.95% | - |
| XYZ | 58.83 | 61.6 | 92.79 | - |
| YUV | 205.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 242 | 0.23 | 0.14 | 0 | 0.05 | 218.18 | 0.68 | 0.84 |
| Hex | BB | CF | F2 | 17 | E | 0 | 5 | DA | 44 | 54 |
| Octal | 273 | 317 | 362 | 27 | 16 | 0 | 5 | 332 | 104 | 124 |
| Binary | 10111011 | 11001111 | 11110010 | 10111 | 1110 | 0 | 101 | 11011010 | 1000100 | 1010100 |
Color Harmonies of #BBCFF2
Complementary color
Monochromatic Colors of #BBCFF2
Black with #BBCFF2
Text Example
Text Example
White with #BBCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFF2; }
p { color: rgb(187,207,242); }
H1.HeaderClassName
{
color: #BBCFF2;
}
.AnyTagClassName
{
color: #BBCFF2;
}
</style>
background-color css
<style>
a { background-color: #BBCFF2; }
a { background-color: rgb(187,207,242); }
div.DivClassName
{
background-color: #BBCFF2;
}
.BgClassName
{
background-color: #BBCFF2;
}
</style>
border-color css
<style>
span { border-color: #BBCFF2; }
span { border-color: rgb(187,207,242); }
td.TdClassName
{
border-color: #BBCFF2;
}
.TagClassName
{
border-color: #BBCFF2;
}
</style>