Shades of Periwinkle #BBD0F3
Tints of Periwinkle #BBD0F3
RGB
CMYK
RGB Variations
Color information
#BBD0F3 (or 0xBBD0F3) is known color: Periwinkle. HEX triplet: BB, D0 and F3. RGB value is (187,208,243). Sum of RGB (Red+Green+Blue) = 187+208+243=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0F3 is #442F0C. Grayscale: #CDCDCD. Windows color (decimal): -4468493 or 15978683. OLE color: 15978683.
HSL color Cylindrical-coordinate representation of color #BBD0F3: hue angle of 217.5º degrees, saturation: 0.7, 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 #BBD0F3 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 208 | 243 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.05 |
| HSL | 217.5º | 0.7% | 0.84% | - |
| HSV(B) | 217.5º | 0.23% | 0.95% | - |
| XYZ | 59.23 | 62.15 | 93.67 | - |
| YUV | 205.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 243 | 0.23 | 0.14 | 0 | 0.05 | 217.5 | 0.7 | 0.84 |
| Hex | BB | D0 | F3 | 17 | E | 0 | 5 | DA | 46 | 54 |
| Octal | 273 | 320 | 363 | 27 | 16 | 0 | 5 | 332 | 106 | 124 |
| Binary | 10111011 | 11010000 | 11110011 | 10111 | 1110 | 0 | 101 | 11011010 | 1000110 | 1010100 |
Color Harmonies of #BBD0F3
Complementary color
Monochromatic Colors of #BBD0F3
Black with #BBD0F3
Text Example
Text Example
White with #BBD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0F3; }
p { color: rgb(187,208,243); }
H1.HeaderClassName
{
color: #BBD0F3;
}
.AnyTagClassName
{
color: #BBD0F3;
}
</style>
background-color css
<style>
a { background-color: #BBD0F3; }
a { background-color: rgb(187,208,243); }
div.DivClassName
{
background-color: #BBD0F3;
}
.BgClassName
{
background-color: #BBD0F3;
}
</style>
border-color css
<style>
span { border-color: #BBD0F3; }
span { border-color: rgb(187,208,243); }
td.TdClassName
{
border-color: #BBD0F3;
}
.TagClassName
{
border-color: #BBD0F3;
}
</style>