Shades of Periwinkle #BCCBEE
Tints of Periwinkle #BCCBEE
RGB
CMYK
RGB Variations
Color information
#BCCBEE (or 0xBCCBEE) is known color: Periwinkle. HEX triplet: BC, CB and EE. RGB value is (188,203,238). Sum of RGB (Red+Green+Blue) = 188+203+238=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCCBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBEE is #433411. Grayscale: #CACACA. Windows color (decimal): -4404242 or 15649724. OLE color: 15649724.
HSL color Cylindrical-coordinate representation of color #BCCBEE: hue angle of 222º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCBEE is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 203 | 238 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.07 |
| HSL | 222º | 0.6% | 0.84% | - |
| HSV(B) | 222º | 0.21% | 0.93% | - |
| XYZ | 57.53 | 59.58 | 89.36 | - |
| YUV | 202.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 238 | 0.21 | 0.15 | 0 | 0.07 | 222 | 0.6 | 0.84 |
| Hex | BC | CB | EE | 15 | F | 0 | 7 | DE | 3C | 54 |
| Octal | 274 | 313 | 356 | 25 | 17 | 0 | 7 | 336 | 74 | 124 |
| Binary | 10111100 | 11001011 | 11101110 | 10101 | 1111 | 0 | 111 | 11011110 | 111100 | 1010100 |
Color Harmonies of #BCCBEE
Complementary color
Monochromatic Colors of #BCCBEE
Black with #BCCBEE
Text Example
Text Example
White with #BCCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBEE; }
p { color: rgb(188,203,238); }
H1.HeaderClassName
{
color: #BCCBEE;
}
.AnyTagClassName
{
color: #BCCBEE;
}
</style>
background-color css
<style>
a { background-color: #BCCBEE; }
a { background-color: rgb(188,203,238); }
div.DivClassName
{
background-color: #BCCBEE;
}
.BgClassName
{
background-color: #BCCBEE;
}
</style>
border-color css
<style>
span { border-color: #BCCBEE; }
span { border-color: rgb(188,203,238); }
td.TdClassName
{
border-color: #BCCBEE;
}
.TagClassName
{
border-color: #BCCBEE;
}
</style>