Shades of Periwinkle #BCC2EA
Tints of Periwinkle #BCC2EA
RGB
CMYK
RGB Variations
Color information
#BCC2EA (or 0xBCC2EA) is known color: Periwinkle. HEX triplet: BC, C2 and EA. RGB value is (188,194,234). Sum of RGB (Red+Green+Blue) = 188+194+234=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2EA is #433D15. Grayscale: #C4C4C4. Windows color (decimal): -4406550 or 15385276. OLE color: 15385276.
HSL color Cylindrical-coordinate representation of color #BCC2EA: hue angle of 232.17º degrees, saturation: 0.52, 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 #BCC2EA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 194 | 234 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.08 |
| HSL | 232.17º | 0.52% | 0.83% | - |
| HSV(B) | 232.17º | 0.2% | 0.92% | - |
| XYZ | 54.88 | 55.22 | 85.61 | - |
| YUV | 196.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 234 | 0.20 | 0.17 | 0 | 0.08 | 232.17 | 0.52 | 0.83 |
| Hex | BC | C2 | EA | 14 | 11 | 0 | 8 | E8 | 34 | 53 |
| Octal | 274 | 302 | 352 | 24 | 21 | 0 | 10 | 350 | 64 | 123 |
| Binary | 10111100 | 11000010 | 11101010 | 10100 | 10001 | 0 | 1000 | 11101000 | 110100 | 1010011 |
Color Harmonies of #BCC2EA
Complementary color
Monochromatic Colors of #BCC2EA
Black with #BCC2EA
Text Example
Text Example
White with #BCC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2EA; }
p { color: rgb(188,194,234); }
H1.HeaderClassName
{
color: #BCC2EA;
}
.AnyTagClassName
{
color: #BCC2EA;
}
</style>
background-color css
<style>
a { background-color: #BCC2EA; }
a { background-color: rgb(188,194,234); }
div.DivClassName
{
background-color: #BCC2EA;
}
.BgClassName
{
background-color: #BCC2EA;
}
</style>
border-color css
<style>
span { border-color: #BCC2EA; }
span { border-color: rgb(188,194,234); }
td.TdClassName
{
border-color: #BCC2EA;
}
.TagClassName
{
border-color: #BCC2EA;
}
</style>