Shades of Periwinkle #BCCCE2
Tints of Periwinkle #BCCCE2
RGB
CMYK
RGB Variations
Color information
#BCCCE2 (or 0xBCCCE2) is known color: Periwinkle. HEX triplet: BC, CC and E2. RGB value is (188,204,226). Sum of RGB (Red+Green+Blue) = 188+204+226=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCCCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCE2 is #43331D. Grayscale: #C9C9C9. Windows color (decimal): -4403998 or 14863548. OLE color: 14863548.
HSL color Cylindrical-coordinate representation of color #BCCCE2: hue angle of 214.74º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCCE2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 204 | 226 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.11 |
| HSL | 214.74º | 0.4% | 0.81% | - |
| HSV(B) | 214.74º | 0.17% | 0.89% | - |
| XYZ | 56.06 | 59.37 | 80.46 | - |
| YUV | 201.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 226 | 0.17 | 0.10 | 0 | 0.11 | 214.74 | 0.4 | 0.81 |
| Hex | BC | CC | E2 | 11 | A | 0 | B | D7 | 28 | 51 |
| Octal | 274 | 314 | 342 | 21 | 12 | 0 | 13 | 327 | 50 | 121 |
| Binary | 10111100 | 11001100 | 11100010 | 10001 | 1010 | 0 | 1011 | 11010111 | 101000 | 1010001 |
Color Harmonies of #BCCCE2
Complementary color
Monochromatic Colors of #BCCCE2
Black with #BCCCE2
Text Example
Text Example
White with #BCCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCE2; }
p { color: rgb(188,204,226); }
H1.HeaderClassName
{
color: #BCCCE2;
}
.AnyTagClassName
{
color: #BCCCE2;
}
</style>
background-color css
<style>
a { background-color: #BCCCE2; }
a { background-color: rgb(188,204,226); }
div.DivClassName
{
background-color: #BCCCE2;
}
.BgClassName
{
background-color: #BCCCE2;
}
</style>
border-color css
<style>
span { border-color: #BCCCE2; }
span { border-color: rgb(188,204,226); }
td.TdClassName
{
border-color: #BCCCE2;
}
.TagClassName
{
border-color: #BCCCE2;
}
</style>