Shades of Periwinkle #BCCAEA
Tints of Periwinkle #BCCAEA
RGB
CMYK
RGB Variations
Color information
#BCCAEA (or 0xBCCAEA) is known color: Periwinkle. HEX triplet: BC, CA and EA. RGB value is (188,202,234). Sum of RGB (Red+Green+Blue) = 188+202+234=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAEA is #433515. Grayscale: #C9C9C9. Windows color (decimal): -4404502 or 15387324. OLE color: 15387324.
HSL color Cylindrical-coordinate representation of color #BCCAEA: hue angle of 221.74º 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 #BCCAEA is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 202 | 234 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.08 |
| HSL | 221.74º | 0.52% | 0.83% | - |
| HSV(B) | 221.74º | 0.2% | 0.92% | - |
| XYZ | 56.71 | 58.87 | 86.22 | - |
| YUV | 201.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 234 | 0.20 | 0.14 | 0 | 0.08 | 221.74 | 0.52 | 0.83 |
| Hex | BC | CA | EA | 14 | E | 0 | 8 | DE | 34 | 53 |
| Octal | 274 | 312 | 352 | 24 | 16 | 0 | 10 | 336 | 64 | 123 |
| Binary | 10111100 | 11001010 | 11101010 | 10100 | 1110 | 0 | 1000 | 11011110 | 110100 | 1010011 |
Color Harmonies of #BCCAEA
Complementary color
Monochromatic Colors of #BCCAEA
Black with #BCCAEA
Text Example
Text Example
White with #BCCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAEA; }
p { color: rgb(188,202,234); }
H1.HeaderClassName
{
color: #BCCAEA;
}
.AnyTagClassName
{
color: #BCCAEA;
}
</style>
background-color css
<style>
a { background-color: #BCCAEA; }
a { background-color: rgb(188,202,234); }
div.DivClassName
{
background-color: #BCCAEA;
}
.BgClassName
{
background-color: #BCCAEA;
}
</style>
border-color css
<style>
span { border-color: #BCCAEA; }
span { border-color: rgb(188,202,234); }
td.TdClassName
{
border-color: #BCCAEA;
}
.TagClassName
{
border-color: #BCCAEA;
}
</style>