Shades of Perano #B7BEEE
Tints of Perano #B7BEEE
RGB
CMYK
RGB Variations
Color information
#B7BEEE (or 0xB7BEEE) is known color: Perano. HEX triplet: B7, BE and EE. RGB value is (183,190,238). Sum of RGB (Red+Green+Blue) = 183+190+238=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BEEE is #484111. Grayscale: #C1C1C1. Windows color (decimal): -4735250 or 15646391. OLE color: 15646391.
HSL color Cylindrical-coordinate representation of color #B7BEEE: hue angle of 232.36º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7BEEE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 190 | 238 | - |
CMYK | 0.23 | 0.20 | 0 | 0.07 |
HSL | 232.36º | 0.62% | 0.83% | - |
HSV(B) | 232.36º | 0.23% | 0.93% | - |
XYZ | 53.37 | 53.07 | 88.32 | - |
YUV | 193.38 | 153.18 | 120.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 190 | 238 | 0.23 | 0.20 | 0 | 0.07 | 232.36 | 0.62 | 0.83 |
Hex | B7 | BE | EE | 17 | 14 | 0 | 7 | E8 | 3E | 53 |
Octal | 267 | 276 | 356 | 27 | 24 | 0 | 7 | 350 | 76 | 123 |
Binary | 10110111 | 10111110 | 11101110 | 10111 | 10100 | 0 | 111 | 11101000 | 111110 | 1010011 |
Color Harmonies of #B7BEEE
Complementary color
Monochromatic Colors of #B7BEEE
Black with #B7BEEE
Text Example
Text Example
White with #B7BEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BEEE; }
p { color: rgb(183,190,238); }
H1.HeaderClassName
{
color: #B7BEEE;
}
.AnyTagClassName
{
color: #B7BEEE;
}
</style>
background-color css
<style>
a { background-color: #B7BEEE; }
a { background-color: rgb(183,190,238); }
div.DivClassName
{
background-color: #B7BEEE;
}
.BgClassName
{
background-color: #B7BEEE;
}
</style>
border-color css
<style>
span { border-color: #B7BEEE; }
span { border-color: rgb(183,190,238); }
td.TdClassName
{
border-color: #B7BEEE;
}
.TagClassName
{
border-color: #B7BEEE;
}
</style>