Shades of Perano #BCBFF2
Tints of Perano #BCBFF2
RGB
CMYK
RGB Variations
Color information
#BCBFF2 (or 0xBCBFF2) is known color: Perano. HEX triplet: BC, BF and F2. RGB value is (188,191,242). Sum of RGB (Red+Green+Blue) = 188+191+242=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCBFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF2 is #43400D. Grayscale: #C3C3C3. Windows color (decimal): -4407310 or 15908796. OLE color: 15908796.
HSL color Cylindrical-coordinate representation of color #BCBFF2: hue angle of 236.67º degrees, saturation: 0.68, 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 #BCBFF2 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 191 | 242 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.05 |
| HSL | 236.67º | 0.68% | 0.84% | - |
| HSV(B) | 236.67º | 0.22% | 0.95% | - |
| XYZ | 55.4 | 54.36 | 91.58 | - |
| YUV | 195.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 242 | 0.22 | 0.21 | 0 | 0.05 | 236.67 | 0.68 | 0.84 |
| Hex | BC | BF | F2 | 16 | 15 | 0 | 5 | ED | 44 | 54 |
| Octal | 274 | 277 | 362 | 26 | 25 | 0 | 5 | 355 | 104 | 124 |
| Binary | 10111100 | 10111111 | 11110010 | 10110 | 10101 | 0 | 101 | 11101101 | 1000100 | 1010100 |
Color Harmonies of #BCBFF2
Complementary color
Monochromatic Colors of #BCBFF2
Black with #BCBFF2
Text Example
Text Example
White with #BCBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFF2; }
p { color: rgb(188,191,242); }
H1.HeaderClassName
{
color: #BCBFF2;
}
.AnyTagClassName
{
color: #BCBFF2;
}
</style>
background-color css
<style>
a { background-color: #BCBFF2; }
a { background-color: rgb(188,191,242); }
div.DivClassName
{
background-color: #BCBFF2;
}
.BgClassName
{
background-color: #BCBFF2;
}
</style>
border-color css
<style>
span { border-color: #BCBFF2; }
span { border-color: rgb(188,191,242); }
td.TdClassName
{
border-color: #BCBFF2;
}
.TagClassName
{
border-color: #BCBFF2;
}
</style>