Shades of Periwinkle #BCCBEC
Tints of Periwinkle #BCCBEC
RGB
CMYK
RGB Variations
Color information
#BCCBEC (or 0xBCCBEC) is known color: Periwinkle. HEX triplet: BC, CB and EC. RGB value is (188,203,236). Sum of RGB (Red+Green+Blue) = 188+203+236=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBEC is #433413. Grayscale: #CACACA. Windows color (decimal): -4404244 or 15518652. OLE color: 15518652.
HSL color Cylindrical-coordinate representation of color #BCCBEC: hue angle of 221.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCBEC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 203 | 236 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.07 |
| HSL | 221.25º | 0.56% | 0.83% | - |
| HSV(B) | 221.25º | 0.2% | 0.93% | - |
| XYZ | 57.24 | 59.46 | 87.82 | - |
| YUV | 202.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 236 | 0.20 | 0.14 | 0 | 0.07 | 221.25 | 0.56 | 0.83 |
| Hex | BC | CB | EC | 14 | E | 0 | 7 | DD | 38 | 53 |
| Octal | 274 | 313 | 354 | 24 | 16 | 0 | 7 | 335 | 70 | 123 |
| Binary | 10111100 | 11001011 | 11101100 | 10100 | 1110 | 0 | 111 | 11011101 | 111000 | 1010011 |
Color Harmonies of #BCCBEC
Complementary color
Monochromatic Colors of #BCCBEC
Black with #BCCBEC
Text Example
Text Example
White with #BCCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBEC; }
p { color: rgb(188,203,236); }
H1.HeaderClassName
{
color: #BCCBEC;
}
.AnyTagClassName
{
color: #BCCBEC;
}
</style>
background-color css
<style>
a { background-color: #BCCBEC; }
a { background-color: rgb(188,203,236); }
div.DivClassName
{
background-color: #BCCBEC;
}
.BgClassName
{
background-color: #BCCBEC;
}
</style>
border-color css
<style>
span { border-color: #BCCBEC; }
span { border-color: rgb(188,203,236); }
td.TdClassName
{
border-color: #BCCBEC;
}
.TagClassName
{
border-color: #BCCBEC;
}
</style>