Shades of Periwinkle #BCCBF0
Tints of Periwinkle #BCCBF0
RGB
CMYK
RGB Variations
Color information
#BCCBF0 (or 0xBCCBF0) is known color: Periwinkle. HEX triplet: BC, CB and F0. RGB value is (188,203,240). Sum of RGB (Red+Green+Blue) = 188+203+240=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCCBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBF0 is #43340F. Grayscale: #CACACA. Windows color (decimal): -4404240 or 15780796. OLE color: 15780796.
HSL color Cylindrical-coordinate representation of color #BCCBF0: hue angle of 222.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCBF0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 203 | 240 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.06 |
| HSL | 222.69º | 0.63% | 0.84% | - |
| HSV(B) | 222.69º | 0.22% | 0.94% | - |
| XYZ | 57.82 | 59.69 | 90.91 | - |
| YUV | 202.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 240 | 0.22 | 0.15 | 0 | 0.06 | 222.69 | 0.63 | 0.84 |
| Hex | BC | CB | F0 | 16 | F | 0 | 6 | DF | 3F | 54 |
| Octal | 274 | 313 | 360 | 26 | 17 | 0 | 6 | 337 | 77 | 124 |
| Binary | 10111100 | 11001011 | 11110000 | 10110 | 1111 | 0 | 110 | 11011111 | 111111 | 1010100 |
Color Harmonies of #BCCBF0
Complementary color
Monochromatic Colors of #BCCBF0
Black with #BCCBF0
Text Example
Text Example
White with #BCCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBF0; }
p { color: rgb(188,203,240); }
H1.HeaderClassName
{
color: #BCCBF0;
}
.AnyTagClassName
{
color: #BCCBF0;
}
</style>
background-color css
<style>
a { background-color: #BCCBF0; }
a { background-color: rgb(188,203,240); }
div.DivClassName
{
background-color: #BCCBF0;
}
.BgClassName
{
background-color: #BCCBF0;
}
</style>
border-color css
<style>
span { border-color: #BCCBF0; }
span { border-color: rgb(188,203,240); }
td.TdClassName
{
border-color: #BCCBF0;
}
.TagClassName
{
border-color: #BCCBF0;
}
</style>