Shades of Periwinkle #BCCBEB
Tints of Periwinkle #BCCBEB
RGB
CMYK
RGB Variations
Color information
#BCCBEB (or 0xBCCBEB) is known color: Periwinkle. HEX triplet: BC, CB and EB. RGB value is (188,203,235). Sum of RGB (Red+Green+Blue) = 188+203+235=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBEB is #433414. Grayscale: #CACACA. Windows color (decimal): -4404245 or 15453116. OLE color: 15453116.
HSL color Cylindrical-coordinate representation of color #BCCBEB: hue angle of 220.85º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCBEB is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 203 | 235 | - |
| CMYK | 0.2 | 0.14 | 0 | 0.08 |
| HSL | 220.85º | 0.54% | 0.83% | - |
| HSV(B) | 220.85º | 0.2% | 0.92% | - |
| XYZ | 57.09 | 59.4 | 87.05 | - |
| YUV | 202.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 235 | 0.2 | 0.14 | 0 | 0.08 | 220.85 | 0.54 | 0.83 |
| Hex | BC | CB | EB | 14 | E | 0 | 8 | DD | 36 | 53 |
| Octal | 274 | 313 | 353 | 24 | 16 | 0 | 10 | 335 | 66 | 123 |
| Binary | 10111100 | 11001011 | 11101011 | 10100 | 1110 | 0 | 1000 | 11011101 | 110110 | 1010011 |
Color Harmonies of #BCCBEB
Complementary color
Monochromatic Colors of #BCCBEB
Black with #BCCBEB
Text Example
Text Example
White with #BCCBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBEB; }
p { color: rgb(188,203,235); }
H1.HeaderClassName
{
color: #BCCBEB;
}
.AnyTagClassName
{
color: #BCCBEB;
}
</style>
background-color css
<style>
a { background-color: #BCCBEB; }
a { background-color: rgb(188,203,235); }
div.DivClassName
{
background-color: #BCCBEB;
}
.BgClassName
{
background-color: #BCCBEB;
}
</style>
border-color css
<style>
span { border-color: #BCCBEB; }
span { border-color: rgb(188,203,235); }
td.TdClassName
{
border-color: #BCCBEB;
}
.TagClassName
{
border-color: #BCCBEB;
}
</style>