Shades of Perano #B7BDF2
Tints of Perano #B7BDF2
RGB
CMYK
RGB Variations
Color information
#B7BDF2 (or 0xB7BDF2) is known color: Perano. HEX triplet: B7, BD and F2. RGB value is (183,189,242). Sum of RGB (Red+Green+Blue) = 183+189+242=614 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.80% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDF2 is #48420D. Grayscale: #C1C1C1. Windows color (decimal): -4735502 or 15908279. OLE color: 15908279.
HSL color Cylindrical-coordinate representation of color #B7BDF2: hue angle of 233.9º 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 #B7BDF2 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 189 | 242 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.05 |
| HSL | 233.9º | 0.69% | 0.83% | - |
| HSV(B) | 233.9º | 0.24% | 0.95% | - |
| XYZ | 53.75 | 52.87 | 91.38 | - |
| YUV | 193.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 242 | 0.24 | 0.22 | 0 | 0.05 | 233.9 | 0.69 | 0.83 |
| Hex | B7 | BD | F2 | 18 | 16 | 0 | 5 | EA | 45 | 53 |
| Octal | 267 | 275 | 362 | 30 | 26 | 0 | 5 | 352 | 105 | 123 |
| Binary | 10110111 | 10111101 | 11110010 | 11000 | 10110 | 0 | 101 | 11101010 | 1000101 | 1010011 |
Color Harmonies of #B7BDF2
Complementary color
Monochromatic Colors of #B7BDF2
Black with #B7BDF2
Text Example
Text Example
White with #B7BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDF2; }
p { color: rgb(183,189,242); }
H1.HeaderClassName
{
color: #B7BDF2;
}
.AnyTagClassName
{
color: #B7BDF2;
}
</style>
background-color css
<style>
a { background-color: #B7BDF2; }
a { background-color: rgb(183,189,242); }
div.DivClassName
{
background-color: #B7BDF2;
}
.BgClassName
{
background-color: #B7BDF2;
}
</style>
border-color css
<style>
span { border-color: #B7BDF2; }
span { border-color: rgb(183,189,242); }
td.TdClassName
{
border-color: #B7BDF2;
}
.TagClassName
{
border-color: #B7BDF2;
}
</style>