Shades of Periwinkle #BCCBE8
Tints of Periwinkle #BCCBE8
RGB
CMYK
RGB Variations
Color information
#BCCBE8 (or 0xBCCBE8) is known color: Periwinkle. HEX triplet: BC, CB and E8. RGB value is (188,203,232). Sum of RGB (Red+Green+Blue) = 188+203+232=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBE8 is #433417. Grayscale: #C9C9C9. Windows color (decimal): -4404248 or 15256508. OLE color: 15256508.
HSL color Cylindrical-coordinate representation of color #BCCBE8: hue angle of 219.55º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCBE8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 203 | 232 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.09 |
| HSL | 219.55º | 0.49% | 0.82% | - |
| HSV(B) | 219.55º | 0.19% | 0.91% | - |
| XYZ | 56.66 | 59.23 | 84.79 | - |
| YUV | 201.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 232 | 0.19 | 0.12 | 0 | 0.09 | 219.55 | 0.49 | 0.82 |
| Hex | BC | CB | E8 | 13 | C | 0 | 9 | DC | 31 | 52 |
| Octal | 274 | 313 | 350 | 23 | 14 | 0 | 11 | 334 | 61 | 122 |
| Binary | 10111100 | 11001011 | 11101000 | 10011 | 1100 | 0 | 1001 | 11011100 | 110001 | 1010010 |
Color Harmonies of #BCCBE8
Complementary color
Monochromatic Colors of #BCCBE8
Black with #BCCBE8
Text Example
Text Example
White with #BCCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBE8; }
p { color: rgb(188,203,232); }
H1.HeaderClassName
{
color: #BCCBE8;
}
.AnyTagClassName
{
color: #BCCBE8;
}
</style>
background-color css
<style>
a { background-color: #BCCBE8; }
a { background-color: rgb(188,203,232); }
div.DivClassName
{
background-color: #BCCBE8;
}
.BgClassName
{
background-color: #BCCBE8;
}
</style>
border-color css
<style>
span { border-color: #BCCBE8; }
span { border-color: rgb(188,203,232); }
td.TdClassName
{
border-color: #BCCBE8;
}
.TagClassName
{
border-color: #BCCBE8;
}
</style>