Shades of Perano #B7BFF2
Tints of Perano #B7BFF2
RGB
CMYK
RGB Variations
Color information
#B7BFF2 (or 0xB7BFF2) is known color: Perano. HEX triplet: B7, BF and F2. RGB value is (183,191,242). Sum of RGB (Red+Green+Blue) = 183+191+242=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BFF2 is #48400D. Grayscale: #C2C2C2. Windows color (decimal): -4734990 or 15908791. OLE color: 15908791.
HSL color Cylindrical-coordinate representation of color #B7BFF2: hue angle of 231.86º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7BFF2 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 183 | 191 | 242 | - |
CMYK | 0.24 | 0.21 | 0 | 0.05 |
HSL | 231.86º | 0.69% | 0.83% | - |
HSV(B) | 231.86º | 0.24% | 0.95% | - |
XYZ | 54.19 | 53.74 | 91.52 | - |
YUV | 194.42 | 154.85 | 119.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 191 | 242 | 0.24 | 0.21 | 0 | 0.05 | 231.86 | 0.69 | 0.83 |
Hex | B7 | BF | F2 | 18 | 15 | 0 | 5 | E8 | 45 | 53 |
Octal | 267 | 277 | 362 | 30 | 25 | 0 | 5 | 350 | 105 | 123 |
Binary | 10110111 | 10111111 | 11110010 | 11000 | 10101 | 0 | 101 | 11101000 | 1000101 | 1010011 |
Color Harmonies of #B7BFF2
Complementary color
Monochromatic Colors of #B7BFF2
Black with #B7BFF2
Text Example
Text Example
White with #B7BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFF2; }
p { color: rgb(183,191,242); }
H1.HeaderClassName
{
color: #B7BFF2;
}
.AnyTagClassName
{
color: #B7BFF2;
}
</style>
background-color css
<style>
a { background-color: #B7BFF2; }
a { background-color: rgb(183,191,242); }
div.DivClassName
{
background-color: #B7BFF2;
}
.BgClassName
{
background-color: #B7BFF2;
}
</style>
border-color css
<style>
span { border-color: #B7BFF2; }
span { border-color: rgb(183,191,242); }
td.TdClassName
{
border-color: #B7BFF2;
}
.TagClassName
{
border-color: #B7BFF2;
}
</style>