Shades of Periwinkle #BCCAFB
Tints of Periwinkle #BCCAFB
RGB
CMYK
RGB Variations
Color information
#BCCAFB (or 0xBCCAFB) is known color: Periwinkle. HEX triplet: BC, CA and FB. RGB value is (188,202,251). Sum of RGB (Red+Green+Blue) = 188+202+251=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCCAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAFB is #433504. Grayscale: #CBCBCB. Windows color (decimal): -4404485 or 16501436. OLE color: 16501436.
HSL color Cylindrical-coordinate representation of color #BCCAFB: hue angle of 226.67º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCAFB is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 202 | 251 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.02 |
| HSL | 226.67º | 0.89% | 0.86% | - |
| HSV(B) | 226.67º | 0.25% | 0.98% | - |
| XYZ | 59.27 | 59.9 | 99.7 | - |
| YUV | 203.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 251 | 0.25 | 0.20 | 0 | 0.02 | 226.67 | 0.89 | 0.86 |
| Hex | BC | CA | FB | 19 | 14 | 0 | 2 | E3 | 59 | 56 |
| Octal | 274 | 312 | 373 | 31 | 24 | 0 | 2 | 343 | 131 | 126 |
| Binary | 10111100 | 11001010 | 11111011 | 11001 | 10100 | 0 | 10 | 11100011 | 1011001 | 1010110 |
Color Harmonies of #BCCAFB
Complementary color
Monochromatic Colors of #BCCAFB
Black with #BCCAFB
Text Example
Text Example
White with #BCCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAFB; }
p { color: rgb(188,202,251); }
H1.HeaderClassName
{
color: #BCCAFB;
}
.AnyTagClassName
{
color: #BCCAFB;
}
</style>
background-color css
<style>
a { background-color: #BCCAFB; }
a { background-color: rgb(188,202,251); }
div.DivClassName
{
background-color: #BCCAFB;
}
.BgClassName
{
background-color: #BCCAFB;
}
</style>
border-color css
<style>
span { border-color: #BCCAFB; }
span { border-color: rgb(188,202,251); }
td.TdClassName
{
border-color: #BCCAFB;
}
.TagClassName
{
border-color: #BCCAFB;
}
</style>