Shades of Periwinkle #BCCAEF
Tints of Periwinkle #BCCAEF
RGB
CMYK
RGB Variations
Color information
#BCCAEF (or 0xBCCAEF) is known color: Periwinkle. HEX triplet: BC, CA and EF. RGB value is (188,202,239). Sum of RGB (Red+Green+Blue) = 188+202+239=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCCAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAEF is #433510. Grayscale: #C9C9C9. Windows color (decimal): -4404497 or 15715004. OLE color: 15715004.
HSL color Cylindrical-coordinate representation of color #BCCAEF: hue angle of 223.53º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCAEF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 202 | 239 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.06 |
| HSL | 223.53º | 0.61% | 0.84% | - |
| HSV(B) | 223.53º | 0.21% | 0.94% | - |
| XYZ | 57.44 | 59.16 | 90.05 | - |
| YUV | 202.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 239 | 0.21 | 0.15 | 0 | 0.06 | 223.53 | 0.61 | 0.84 |
| Hex | BC | CA | EF | 15 | F | 0 | 6 | E0 | 3D | 54 |
| Octal | 274 | 312 | 357 | 25 | 17 | 0 | 6 | 340 | 75 | 124 |
| Binary | 10111100 | 11001010 | 11101111 | 10101 | 1111 | 0 | 110 | 11100000 | 111101 | 1010100 |
Color Harmonies of #BCCAEF
Complementary color
Monochromatic Colors of #BCCAEF
Black with #BCCAEF
Text Example
Text Example
White with #BCCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAEF; }
p { color: rgb(188,202,239); }
H1.HeaderClassName
{
color: #BCCAEF;
}
.AnyTagClassName
{
color: #BCCAEF;
}
</style>
background-color css
<style>
a { background-color: #BCCAEF; }
a { background-color: rgb(188,202,239); }
div.DivClassName
{
background-color: #BCCAEF;
}
.BgClassName
{
background-color: #BCCAEF;
}
</style>
border-color css
<style>
span { border-color: #BCCAEF; }
span { border-color: rgb(188,202,239); }
td.TdClassName
{
border-color: #BCCAEF;
}
.TagClassName
{
border-color: #BCCAEF;
}
</style>