Shades of Periwinkle #BBCCF5
Tints of Periwinkle #BBCCF5
RGB
CMYK
RGB Variations
Color information
#BBCCF5 (or 0xBBCCF5) is known color: Periwinkle. HEX triplet: BB, CC and F5. RGB value is (187,204,245). Sum of RGB (Red+Green+Blue) = 187+204+245=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBCCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCF5 is #44330A. Grayscale: #CBCBCB. Windows color (decimal): -4469515 or 16108731. OLE color: 16108731.
HSL color Cylindrical-coordinate representation of color #BBCCF5: hue angle of 222.41º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBCCF5 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 204 | 245 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.04 |
| HSL | 222.41º | 0.74% | 0.85% | - |
| HSV(B) | 222.41º | 0.24% | 0.96% | - |
| XYZ | 58.57 | 60.34 | 94.95 | - |
| YUV | 203.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 245 | 0.24 | 0.17 | 0 | 0.04 | 222.41 | 0.74 | 0.85 |
| Hex | BB | CC | F5 | 18 | 11 | 0 | 4 | DE | 4A | 55 |
| Octal | 273 | 314 | 365 | 30 | 21 | 0 | 4 | 336 | 112 | 125 |
| Binary | 10111011 | 11001100 | 11110101 | 11000 | 10001 | 0 | 100 | 11011110 | 1001010 | 1010101 |
Color Harmonies of #BBCCF5
Complementary color
Monochromatic Colors of #BBCCF5
Black with #BBCCF5
Text Example
Text Example
White with #BBCCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCF5; }
p { color: rgb(187,204,245); }
H1.HeaderClassName
{
color: #BBCCF5;
}
.AnyTagClassName
{
color: #BBCCF5;
}
</style>
background-color css
<style>
a { background-color: #BBCCF5; }
a { background-color: rgb(187,204,245); }
div.DivClassName
{
background-color: #BBCCF5;
}
.BgClassName
{
background-color: #BBCCF5;
}
</style>
border-color css
<style>
span { border-color: #BBCCF5; }
span { border-color: rgb(187,204,245); }
td.TdClassName
{
border-color: #BBCCF5;
}
.TagClassName
{
border-color: #BBCCF5;
}
</style>