Shades of Periwinkle #BCCBF5
Tints of Periwinkle #BCCBF5
RGB
CMYK
RGB Variations
Color information
#BCCBF5 (or 0xBCCBF5) is known color: Periwinkle. HEX triplet: BC, CB and F5. RGB value is (188,203,245). Sum of RGB (Red+Green+Blue) = 188+203+245=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCCBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBF5 is #43340A. Grayscale: #CBCBCB. Windows color (decimal): -4404235 or 16108476. OLE color: 16108476.
HSL color Cylindrical-coordinate representation of color #BCCBF5: hue angle of 224.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCBF5 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 203 | 245 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.04 |
| HSL | 224.21º | 0.74% | 0.85% | - |
| HSV(B) | 224.21º | 0.23% | 0.96% | - |
| XYZ | 58.58 | 60 | 94.88 | - |
| YUV | 203.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 245 | 0.23 | 0.17 | 0 | 0.04 | 224.21 | 0.74 | 0.85 |
| Hex | BC | CB | F5 | 17 | 11 | 0 | 4 | E0 | 4A | 55 |
| Octal | 274 | 313 | 365 | 27 | 21 | 0 | 4 | 340 | 112 | 125 |
| Binary | 10111100 | 11001011 | 11110101 | 10111 | 10001 | 0 | 100 | 11100000 | 1001010 | 1010101 |
Color Harmonies of #BCCBF5
Complementary color
Monochromatic Colors of #BCCBF5
Black with #BCCBF5
Text Example
Text Example
White with #BCCBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBF5; }
p { color: rgb(188,203,245); }
H1.HeaderClassName
{
color: #BCCBF5;
}
.AnyTagClassName
{
color: #BCCBF5;
}
</style>
background-color css
<style>
a { background-color: #BCCBF5; }
a { background-color: rgb(188,203,245); }
div.DivClassName
{
background-color: #BCCBF5;
}
.BgClassName
{
background-color: #BCCBF5;
}
</style>
border-color css
<style>
span { border-color: #BCCBF5; }
span { border-color: rgb(188,203,245); }
td.TdClassName
{
border-color: #BCCBF5;
}
.TagClassName
{
border-color: #BCCBF5;
}
</style>