Shades of Periwinkle #BBC7F9
Tints of Periwinkle #BBC7F9
RGB
CMYK
RGB Variations
Color information
#BBC7F9 (or 0xBBC7F9) is known color: Periwinkle. HEX triplet: BB, C7 and F9. RGB value is (187,199,249). Sum of RGB (Red+Green+Blue) = 187+199+249=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7F9 is #443806. Grayscale: #C8C8C8. Windows color (decimal): -4470791 or 16369595. OLE color: 16369595.
HSL color Cylindrical-coordinate representation of color #BBC7F9: hue angle of 228.39º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC7F9 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 187 | 199 | 249 | - |
CMYK | 0.25 | 0.20 | 0 | 0.02 |
HSL | 228.39º | 0.84% | 0.85% | - |
HSV(B) | 228.39º | 0.25% | 0.98% | - |
XYZ | 58.02 | 58.25 | 97.81 | - |
YUV | 201.11 | 155.02 | 117.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 199 | 249 | 0.25 | 0.20 | 0 | 0.02 | 228.39 | 0.84 | 0.85 |
Hex | BB | C7 | F9 | 19 | 14 | 0 | 2 | E4 | 54 | 55 |
Octal | 273 | 307 | 371 | 31 | 24 | 0 | 2 | 344 | 124 | 125 |
Binary | 10111011 | 11000111 | 11111001 | 11001 | 10100 | 0 | 10 | 11100100 | 1010100 | 1010101 |
Color Harmonies of #BBC7F9
Complementary color
Monochromatic Colors of #BBC7F9
Black with #BBC7F9
Text Example
Text Example
White with #BBC7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7F9; }
p { color: rgb(187,199,249); }
H1.HeaderClassName
{
color: #BBC7F9;
}
.AnyTagClassName
{
color: #BBC7F9;
}
</style>
background-color css
<style>
a { background-color: #BBC7F9; }
a { background-color: rgb(187,199,249); }
div.DivClassName
{
background-color: #BBC7F9;
}
.BgClassName
{
background-color: #BBC7F9;
}
</style>
border-color css
<style>
span { border-color: #BBC7F9; }
span { border-color: rgb(187,199,249); }
td.TdClassName
{
border-color: #BBC7F9;
}
.TagClassName
{
border-color: #BBC7F9;
}
</style>