Shades of Periwinkle #BBCDF2
Tints of Periwinkle #BBCDF2
RGB
CMYK
RGB Variations
Color information
#BBCDF2 (or 0xBBCDF2) is known color: Periwinkle. HEX triplet: BB, CD and F2. RGB value is (187,205,242). Sum of RGB (Red+Green+Blue) = 187+205+242=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDF2 is #44320D. Grayscale: #CBCBCB. Windows color (decimal): -4469262 or 15912379. OLE color: 15912379.
HSL color Cylindrical-coordinate representation of color #BBCDF2: hue angle of 220.36º 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 #BBCDF2 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 205 | 242 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.05 |
| HSL | 220.36º | 0.68% | 0.84% | - |
| HSV(B) | 220.36º | 0.23% | 0.95% | - |
| XYZ | 58.35 | 60.64 | 92.63 | - |
| YUV | 203.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 242 | 0.23 | 0.15 | 0 | 0.05 | 220.36 | 0.68 | 0.84 |
| Hex | BB | CD | F2 | 17 | F | 0 | 5 | DC | 44 | 54 |
| Octal | 273 | 315 | 362 | 27 | 17 | 0 | 5 | 334 | 104 | 124 |
| Binary | 10111011 | 11001101 | 11110010 | 10111 | 1111 | 0 | 101 | 11011100 | 1000100 | 1010100 |
Color Harmonies of #BBCDF2
Complementary color
Monochromatic Colors of #BBCDF2
Black with #BBCDF2
Text Example
Text Example
White with #BBCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDF2; }
p { color: rgb(187,205,242); }
H1.HeaderClassName
{
color: #BBCDF2;
}
.AnyTagClassName
{
color: #BBCDF2;
}
</style>
background-color css
<style>
a { background-color: #BBCDF2; }
a { background-color: rgb(187,205,242); }
div.DivClassName
{
background-color: #BBCDF2;
}
.BgClassName
{
background-color: #BBCDF2;
}
</style>
border-color css
<style>
span { border-color: #BBCDF2; }
span { border-color: rgb(187,205,242); }
td.TdClassName
{
border-color: #BBCDF2;
}
.TagClassName
{
border-color: #BBCDF2;
}
</style>