Shades of Perano #B5BBED
Tints of Perano #B5BBED
RGB
CMYK
RGB Variations
Color information
#B5BBED (or 0xB5BBED) is known color: Perano. HEX triplet: B5, BB and ED. RGB value is (181,187,237). Sum of RGB (Red+Green+Blue) = 181+187+237=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBED is #4A4412. Grayscale: #BEBEBE. Windows color (decimal): -4867091 or 15580085. OLE color: 15580085.
HSL color Cylindrical-coordinate representation of color #B5BBED: hue angle of 233.57º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5BBED is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 187 | 237 | - |
CMYK | 0.24 | 0.21 | 0 | 0.07 |
HSL | 233.57º | 0.61% | 0.82% | - |
HSV(B) | 233.57º | 0.24% | 0.93% | - |
XYZ | 52.11 | 51.48 | 87.31 | - |
YUV | 190.91 | 154.01 | 120.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 187 | 237 | 0.24 | 0.21 | 0 | 0.07 | 233.57 | 0.61 | 0.82 |
Hex | B5 | BB | ED | 18 | 15 | 0 | 7 | EA | 3D | 52 |
Octal | 265 | 273 | 355 | 30 | 25 | 0 | 7 | 352 | 75 | 122 |
Binary | 10110101 | 10111011 | 11101101 | 11000 | 10101 | 0 | 111 | 11101010 | 111101 | 1010010 |
Color Harmonies of #B5BBED
Complementary color
Monochromatic Colors of #B5BBED
Black with #B5BBED
Text Example
Text Example
White with #B5BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBED; }
p { color: rgb(181,187,237); }
H1.HeaderClassName
{
color: #B5BBED;
}
.AnyTagClassName
{
color: #B5BBED;
}
</style>
background-color css
<style>
a { background-color: #B5BBED; }
a { background-color: rgb(181,187,237); }
div.DivClassName
{
background-color: #B5BBED;
}
.BgClassName
{
background-color: #B5BBED;
}
</style>
border-color css
<style>
span { border-color: #B5BBED; }
span { border-color: rgb(181,187,237); }
td.TdClassName
{
border-color: #B5BBED;
}
.TagClassName
{
border-color: #B5BBED;
}
</style>