Shades of Periwinkle #BCCBE5
Tints of Periwinkle #BCCBE5
RGB
CMYK
RGB Variations
Color information
#BCCBE5 (or 0xBCCBE5) is known color: Periwinkle. HEX triplet: BC, CB and E5. RGB value is (188,203,229). Sum of RGB (Red+Green+Blue) = 188+203+229=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBE5 is #43341A. Grayscale: #C9C9C9. Windows color (decimal): -4404251 or 15059900. OLE color: 15059900.
HSL color Cylindrical-coordinate representation of color #BCCBE5: hue angle of 218.05º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCBE5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 203 | 229 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.10 |
| HSL | 218.05º | 0.44% | 0.82% | - |
| HSV(B) | 218.05º | 0.18% | 0.9% | - |
| XYZ | 56.24 | 59.06 | 82.56 | - |
| YUV | 201.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 229 | 0.18 | 0.11 | 0 | 0.10 | 218.05 | 0.44 | 0.82 |
| Hex | BC | CB | E5 | 12 | B | 0 | A | DA | 2C | 52 |
| Octal | 274 | 313 | 345 | 22 | 13 | 0 | 12 | 332 | 54 | 122 |
| Binary | 10111100 | 11001011 | 11100101 | 10010 | 1011 | 0 | 1010 | 11011010 | 101100 | 1010010 |
Color Harmonies of #BCCBE5
Complementary color
Monochromatic Colors of #BCCBE5
Black with #BCCBE5
Text Example
Text Example
White with #BCCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBE5; }
p { color: rgb(188,203,229); }
H1.HeaderClassName
{
color: #BCCBE5;
}
.AnyTagClassName
{
color: #BCCBE5;
}
</style>
background-color css
<style>
a { background-color: #BCCBE5; }
a { background-color: rgb(188,203,229); }
div.DivClassName
{
background-color: #BCCBE5;
}
.BgClassName
{
background-color: #BCCBE5;
}
</style>
border-color css
<style>
span { border-color: #BCCBE5; }
span { border-color: rgb(188,203,229); }
td.TdClassName
{
border-color: #BCCBE5;
}
.TagClassName
{
border-color: #BCCBE5;
}
</style>