Shades of Perano #B7BDF8
Tints of Perano #B7BDF8
RGB
CMYK
RGB Variations
Color information
#B7BDF8 (or 0xB7BDF8) is known color: Perano. HEX triplet: B7, BD and F8. RGB value is (183,189,248). Sum of RGB (Red+Green+Blue) = 183+189+248=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDF8 is #484207. Grayscale: #C1C1C1. Windows color (decimal): -4735496 or 16301495. OLE color: 16301495.
HSL color Cylindrical-coordinate representation of color #B7BDF8: hue angle of 234.46º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7BDF8 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 189 | 248 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.03 |
| HSL | 234.46º | 0.82% | 0.85% | - |
| HSV(B) | 234.46º | 0.26% | 0.97% | - |
| XYZ | 54.67 | 53.24 | 96.2 | - |
| YUV | 193.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 248 | 0.26 | 0.24 | 0 | 0.03 | 234.46 | 0.82 | 0.85 |
| Hex | B7 | BD | F8 | 1A | 18 | 0 | 3 | EA | 52 | 55 |
| Octal | 267 | 275 | 370 | 32 | 30 | 0 | 3 | 352 | 122 | 125 |
| Binary | 10110111 | 10111101 | 11111000 | 11010 | 11000 | 0 | 11 | 11101010 | 1010010 | 1010101 |
Color Harmonies of #B7BDF8
Complementary color
Monochromatic Colors of #B7BDF8
Black with #B7BDF8
Text Example
Text Example
White with #B7BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDF8; }
p { color: rgb(183,189,248); }
H1.HeaderClassName
{
color: #B7BDF8;
}
.AnyTagClassName
{
color: #B7BDF8;
}
</style>
background-color css
<style>
a { background-color: #B7BDF8; }
a { background-color: rgb(183,189,248); }
div.DivClassName
{
background-color: #B7BDF8;
}
.BgClassName
{
background-color: #B7BDF8;
}
</style>
border-color css
<style>
span { border-color: #B7BDF8; }
span { border-color: rgb(183,189,248); }
td.TdClassName
{
border-color: #B7BDF8;
}
.TagClassName
{
border-color: #B7BDF8;
}
</style>