Shades of Periwinkle #BCCDFF
Tints of Periwinkle #BCCDFF
RGB
CMYK
RGB Variations
Color information
#BCCDFF (or 0xBCCDFF) is known color: Periwinkle. HEX triplet: BC, CD and FF. RGB value is (188,205,255). Sum of RGB (Red+Green+Blue) = 188+205+255=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDFF is #433200. Grayscale: #CDCDCD. Windows color (decimal): -4403713 or 16764348. OLE color: 16764348.
HSL color Cylindrical-coordinate representation of color #BCCDFF: hue angle of 224.78º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCDFF is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 205 | 255 | - |
| CMYK | 0.26 | 0.20 | 0 | 0 |
| HSL | 224.78º | 1% | 0.87% | - |
| HSV(B) | 224.78º | 0.26% | 1% | - |
| XYZ | 60.62 | 61.57 | 103.3 | - |
| YUV | 205.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 255 | 0.26 | 0.20 | 0 | 0 | 224.78 | 1 | 0.87 |
| Hex | BC | CD | FF | 1A | 14 | 0 | 0 | E1 | 64 | 57 |
| Octal | 274 | 315 | 377 | 32 | 24 | 0 | 0 | 341 | 144 | 127 |
| Binary | 10111100 | 11001101 | 11111111 | 11010 | 10100 | 0 | 0 | 11100001 | 1100100 | 1010111 |
Color Harmonies of #BCCDFF
Complementary color
Monochromatic Colors of #BCCDFF
Black with #BCCDFF
Text Example
Text Example
White with #BCCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDFF; }
p { color: rgb(188,205,255); }
H1.HeaderClassName
{
color: #BCCDFF;
}
.AnyTagClassName
{
color: #BCCDFF;
}
</style>
background-color css
<style>
a { background-color: #BCCDFF; }
a { background-color: rgb(188,205,255); }
div.DivClassName
{
background-color: #BCCDFF;
}
.BgClassName
{
background-color: #BCCDFF;
}
</style>
border-color css
<style>
span { border-color: #BCCDFF; }
span { border-color: rgb(188,205,255); }
td.TdClassName
{
border-color: #BCCDFF;
}
.TagClassName
{
border-color: #BCCDFF;
}
</style>