Shades of Periwinkle #BCC4EA
Tints of Periwinkle #BCC4EA
RGB
CMYK
RGB Variations
Color information
#BCC4EA (or 0xBCC4EA) is known color: Periwinkle. HEX triplet: BC, C4 and EA. RGB value is (188,196,234). Sum of RGB (Red+Green+Blue) = 188+196+234=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4EA is #433B15. Grayscale: #C5C5C5. Windows color (decimal): -4406038 or 15385788. OLE color: 15385788.
HSL color Cylindrical-coordinate representation of color #BCC4EA: hue angle of 229.57º 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 #BCC4EA is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 196 | 234 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.08 |
| HSL | 229.57º | 0.52% | 0.83% | - |
| HSV(B) | 229.57º | 0.2% | 0.92% | - |
| XYZ | 55.33 | 56.11 | 85.76 | - |
| YUV | 197.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 234 | 0.20 | 0.16 | 0 | 0.08 | 229.57 | 0.52 | 0.83 |
| Hex | BC | C4 | EA | 14 | 10 | 0 | 8 | E6 | 34 | 53 |
| Octal | 274 | 304 | 352 | 24 | 20 | 0 | 10 | 346 | 64 | 123 |
| Binary | 10111100 | 11000100 | 11101010 | 10100 | 10000 | 0 | 1000 | 11100110 | 110100 | 1010011 |
Color Harmonies of #BCC4EA
Complementary color
Monochromatic Colors of #BCC4EA
Black with #BCC4EA
Text Example
Text Example
White with #BCC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4EA; }
p { color: rgb(188,196,234); }
H1.HeaderClassName
{
color: #BCC4EA;
}
.AnyTagClassName
{
color: #BCC4EA;
}
</style>
background-color css
<style>
a { background-color: #BCC4EA; }
a { background-color: rgb(188,196,234); }
div.DivClassName
{
background-color: #BCC4EA;
}
.BgClassName
{
background-color: #BCC4EA;
}
</style>
border-color css
<style>
span { border-color: #BCC4EA; }
span { border-color: rgb(188,196,234); }
td.TdClassName
{
border-color: #BCC4EA;
}
.TagClassName
{
border-color: #BCC4EA;
}
</style>