Shades of Periwinkle #BCC7EA
Tints of Periwinkle #BCC7EA
RGB
CMYK
RGB Variations
Color information
#BCC7EA (or 0xBCC7EA) is known color: Periwinkle. HEX triplet: BC, C7 and EA. RGB value is (188,199,234). Sum of RGB (Red+Green+Blue) = 188+199+234=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7EA is #433815. Grayscale: #C7C7C7. Windows color (decimal): -4405270 or 15386556. OLE color: 15386556.
HSL color Cylindrical-coordinate representation of color #BCC7EA: hue angle of 225.65º 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 #BCC7EA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 199 | 234 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.08 |
| HSL | 225.65º | 0.52% | 0.83% | - |
| HSV(B) | 225.65º | 0.2% | 0.92% | - |
| XYZ | 56.01 | 57.48 | 85.98 | - |
| YUV | 199.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 234 | 0.20 | 0.15 | 0 | 0.08 | 225.65 | 0.52 | 0.83 |
| Hex | BC | C7 | EA | 14 | F | 0 | 8 | E2 | 34 | 53 |
| Octal | 274 | 307 | 352 | 24 | 17 | 0 | 10 | 342 | 64 | 123 |
| Binary | 10111100 | 11000111 | 11101010 | 10100 | 1111 | 0 | 1000 | 11100010 | 110100 | 1010011 |
Color Harmonies of #BCC7EA
Complementary color
Monochromatic Colors of #BCC7EA
Black with #BCC7EA
Text Example
Text Example
White with #BCC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7EA; }
p { color: rgb(188,199,234); }
H1.HeaderClassName
{
color: #BCC7EA;
}
.AnyTagClassName
{
color: #BCC7EA;
}
</style>
background-color css
<style>
a { background-color: #BCC7EA; }
a { background-color: rgb(188,199,234); }
div.DivClassName
{
background-color: #BCC7EA;
}
.BgClassName
{
background-color: #BCC7EA;
}
</style>
border-color css
<style>
span { border-color: #BCC7EA; }
span { border-color: rgb(188,199,234); }
td.TdClassName
{
border-color: #BCC7EA;
}
.TagClassName
{
border-color: #BCC7EA;
}
</style>