Shades of Periwinkle #BCCEEF
Tints of Periwinkle #BCCEEF
RGB
CMYK
RGB Variations
Color information
#BCCEEF (or 0xBCCEEF) is known color: Periwinkle. HEX triplet: BC, CE and EF. RGB value is (188,206,239). Sum of RGB (Red+Green+Blue) = 188+206+239=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCCEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEEF is #433110. Grayscale: #CCCCCC. Windows color (decimal): -4403473 or 15716028. OLE color: 15716028.
HSL color Cylindrical-coordinate representation of color #BCCEEF: hue angle of 218.82º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCEEF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 206 | 239 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.06 |
| HSL | 218.82º | 0.61% | 0.84% | - |
| HSV(B) | 218.82º | 0.21% | 0.94% | - |
| XYZ | 58.39 | 61.07 | 90.37 | - |
| YUV | 204.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 239 | 0.21 | 0.14 | 0 | 0.06 | 218.82 | 0.61 | 0.84 |
| Hex | BC | CE | EF | 15 | E | 0 | 6 | DB | 3D | 54 |
| Octal | 274 | 316 | 357 | 25 | 16 | 0 | 6 | 333 | 75 | 124 |
| Binary | 10111100 | 11001110 | 11101111 | 10101 | 1110 | 0 | 110 | 11011011 | 111101 | 1010100 |
Color Harmonies of #BCCEEF
Complementary color
Monochromatic Colors of #BCCEEF
Black with #BCCEEF
Text Example
Text Example
White with #BCCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEEF; }
p { color: rgb(188,206,239); }
H1.HeaderClassName
{
color: #BCCEEF;
}
.AnyTagClassName
{
color: #BCCEEF;
}
</style>
background-color css
<style>
a { background-color: #BCCEEF; }
a { background-color: rgb(188,206,239); }
div.DivClassName
{
background-color: #BCCEEF;
}
.BgClassName
{
background-color: #BCCEEF;
}
</style>
border-color css
<style>
span { border-color: #BCCEEF; }
span { border-color: rgb(188,206,239); }
td.TdClassName
{
border-color: #BCCEEF;
}
.TagClassName
{
border-color: #BCCEEF;
}
</style>