Shades of Periwinkle #BCCBFD
Tints of Periwinkle #BCCBFD
RGB
CMYK
RGB Variations
Color information
#BCCBFD (or 0xBCCBFD) is known color: Periwinkle. HEX triplet: BC, CB and FD. RGB value is (188,203,253). Sum of RGB (Red+Green+Blue) = 188+203+253=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCCBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBFD is #433402. Grayscale: #CCCCCC. Windows color (decimal): -4404227 or 16632764. OLE color: 16632764.
HSL color Cylindrical-coordinate representation of color #BCCBFD: hue angle of 226.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCBFD is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 203 | 253 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.01 |
| HSL | 226.15º | 0.94% | 0.86% | - |
| HSV(B) | 226.15º | 0.26% | 0.99% | - |
| XYZ | 59.82 | 60.5 | 101.45 | - |
| YUV | 204.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 253 | 0.26 | 0.20 | 0 | 0.01 | 226.15 | 0.94 | 0.86 |
| Hex | BC | CB | FD | 1A | 14 | 0 | 1 | E2 | 5E | 56 |
| Octal | 274 | 313 | 375 | 32 | 24 | 0 | 1 | 342 | 136 | 126 |
| Binary | 10111100 | 11001011 | 11111101 | 11010 | 10100 | 0 | 1 | 11100010 | 1011110 | 1010110 |
Color Harmonies of #BCCBFD
Complementary color
Monochromatic Colors of #BCCBFD
Black with #BCCBFD
Text Example
Text Example
White with #BCCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBFD; }
p { color: rgb(188,203,253); }
H1.HeaderClassName
{
color: #BCCBFD;
}
.AnyTagClassName
{
color: #BCCBFD;
}
</style>
background-color css
<style>
a { background-color: #BCCBFD; }
a { background-color: rgb(188,203,253); }
div.DivClassName
{
background-color: #BCCBFD;
}
.BgClassName
{
background-color: #BCCBFD;
}
</style>
border-color css
<style>
span { border-color: #BCCBFD; }
span { border-color: rgb(188,203,253); }
td.TdClassName
{
border-color: #BCCBFD;
}
.TagClassName
{
border-color: #BCCBFD;
}
</style>