Shades of Periwinkle #BCC3EE
Tints of Periwinkle #BCC3EE
RGB
CMYK
RGB Variations
Color information
#BCC3EE (or 0xBCC3EE) is known color: Periwinkle. HEX triplet: BC, C3 and EE. RGB value is (188,195,238). Sum of RGB (Red+Green+Blue) = 188+195+238=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3EE is #433C11. Grayscale: #C5C5C5. Windows color (decimal): -4406290 or 15647676. OLE color: 15647676.
HSL color Cylindrical-coordinate representation of color #BCC3EE: hue angle of 231.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC3EE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 195 | 238 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.07 |
| HSL | 231.6º | 0.6% | 0.84% | - |
| HSV(B) | 231.6º | 0.21% | 0.93% | - |
| XYZ | 55.69 | 55.89 | 88.74 | - |
| YUV | 197.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 238 | 0.21 | 0.18 | 0 | 0.07 | 231.6 | 0.6 | 0.84 |
| Hex | BC | C3 | EE | 15 | 12 | 0 | 7 | E8 | 3C | 54 |
| Octal | 274 | 303 | 356 | 25 | 22 | 0 | 7 | 350 | 74 | 124 |
| Binary | 10111100 | 11000011 | 11101110 | 10101 | 10010 | 0 | 111 | 11101000 | 111100 | 1010100 |
Color Harmonies of #BCC3EE
Complementary color
Monochromatic Colors of #BCC3EE
Black with #BCC3EE
Text Example
Text Example
White with #BCC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3EE; }
p { color: rgb(188,195,238); }
H1.HeaderClassName
{
color: #BCC3EE;
}
.AnyTagClassName
{
color: #BCC3EE;
}
</style>
background-color css
<style>
a { background-color: #BCC3EE; }
a { background-color: rgb(188,195,238); }
div.DivClassName
{
background-color: #BCC3EE;
}
.BgClassName
{
background-color: #BCC3EE;
}
</style>
border-color css
<style>
span { border-color: #BCC3EE; }
span { border-color: rgb(188,195,238); }
td.TdClassName
{
border-color: #BCC3EE;
}
.TagClassName
{
border-color: #BCC3EE;
}
</style>