Shades of Periwinkle #BBCCF2
Tints of Periwinkle #BBCCF2
RGB
CMYK
RGB Variations
Color information
#BBCCF2 (or 0xBBCCF2) is known color: Periwinkle. HEX triplet: BB, CC and F2. RGB value is (187,204,242). Sum of RGB (Red+Green+Blue) = 187+204+242=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCF2 is #44330D. Grayscale: #CBCBCB. Windows color (decimal): -4469518 or 15912123. OLE color: 15912123.
HSL color Cylindrical-coordinate representation of color #BBCCF2: hue angle of 221.45º 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 #BBCCF2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 204 | 242 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.05 |
| HSL | 221.45º | 0.68% | 0.84% | - |
| HSV(B) | 221.45º | 0.23% | 0.95% | - |
| XYZ | 58.11 | 60.16 | 92.55 | - |
| YUV | 203.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 242 | 0.23 | 0.16 | 0 | 0.05 | 221.45 | 0.68 | 0.84 |
| Hex | BB | CC | F2 | 17 | 10 | 0 | 5 | DD | 44 | 54 |
| Octal | 273 | 314 | 362 | 27 | 20 | 0 | 5 | 335 | 104 | 124 |
| Binary | 10111011 | 11001100 | 11110010 | 10111 | 10000 | 0 | 101 | 11011101 | 1000100 | 1010100 |
Color Harmonies of #BBCCF2
Complementary color
Monochromatic Colors of #BBCCF2
Black with #BBCCF2
Text Example
Text Example
White with #BBCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCF2; }
p { color: rgb(187,204,242); }
H1.HeaderClassName
{
color: #BBCCF2;
}
.AnyTagClassName
{
color: #BBCCF2;
}
</style>
background-color css
<style>
a { background-color: #BBCCF2; }
a { background-color: rgb(187,204,242); }
div.DivClassName
{
background-color: #BBCCF2;
}
.BgClassName
{
background-color: #BBCCF2;
}
</style>
border-color css
<style>
span { border-color: #BBCCF2; }
span { border-color: rgb(187,204,242); }
td.TdClassName
{
border-color: #BBCCF2;
}
.TagClassName
{
border-color: #BBCCF2;
}
</style>