Shades of Perano #BCBFF1
Tints of Perano #BCBFF1
RGB
CMYK
RGB Variations
Color information
#BCBFF1 (or 0xBCBFF1) is known color: Perano. HEX triplet: BC, BF and F1. RGB value is (188,191,241). Sum of RGB (Red+Green+Blue) = 188+191+241=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF1 is #43400E. Grayscale: #C3C3C3. Windows color (decimal): -4407311 or 15843260. OLE color: 15843260.
HSL color Cylindrical-coordinate representation of color #BCBFF1: hue angle of 236.6º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCBFF1 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 191 | 241 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.05 |
| HSL | 236.6º | 0.65% | 0.84% | - |
| HSV(B) | 236.6º | 0.22% | 0.95% | - |
| XYZ | 55.25 | 54.3 | 90.79 | - |
| YUV | 195.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 241 | 0.22 | 0.21 | 0 | 0.05 | 236.6 | 0.65 | 0.84 |
| Hex | BC | BF | F1 | 16 | 15 | 0 | 5 | ED | 41 | 54 |
| Octal | 274 | 277 | 361 | 26 | 25 | 0 | 5 | 355 | 101 | 124 |
| Binary | 10111100 | 10111111 | 11110001 | 10110 | 10101 | 0 | 101 | 11101101 | 1000001 | 1010100 |
Color Harmonies of #BCBFF1
Complementary color
Monochromatic Colors of #BCBFF1
Black with #BCBFF1
Text Example
Text Example
White with #BCBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFF1; }
p { color: rgb(188,191,241); }
H1.HeaderClassName
{
color: #BCBFF1;
}
.AnyTagClassName
{
color: #BCBFF1;
}
</style>
background-color css
<style>
a { background-color: #BCBFF1; }
a { background-color: rgb(188,191,241); }
div.DivClassName
{
background-color: #BCBFF1;
}
.BgClassName
{
background-color: #BCBFF1;
}
</style>
border-color css
<style>
span { border-color: #BCBFF1; }
span { border-color: rgb(188,191,241); }
td.TdClassName
{
border-color: #BCBFF1;
}
.TagClassName
{
border-color: #BCBFF1;
}
</style>