Shades of Perano #B6BCFD
Tints of Perano #B6BCFD
RGB
CMYK
RGB Variations
Color information
#B6BCFD (or 0xB6BCFD) is known color: Perano. HEX triplet: B6, BC and FD. RGB value is (182,188,253). Sum of RGB (Red+Green+Blue) = 182+188+253=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BCFD is #494302. Grayscale: #C1C1C1. Windows color (decimal): -4801283 or 16628918. OLE color: 16628918.
HSL color Cylindrical-coordinate representation of color #B6BCFD: hue angle of 234.93º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6BCFD is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 188 | 253 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.01 |
| HSL | 234.93º | 0.95% | 0.85% | - |
| HSV(B) | 234.93º | 0.28% | 0.99% | - |
| XYZ | 55 | 53 | 100.26 | - |
| YUV | 193.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 253 | 0.28 | 0.26 | 0 | 0.01 | 234.93 | 0.95 | 0.85 |
| Hex | B6 | BC | FD | 1C | 1A | 0 | 1 | EB | 5F | 55 |
| Octal | 266 | 274 | 375 | 34 | 32 | 0 | 1 | 353 | 137 | 125 |
| Binary | 10110110 | 10111100 | 11111101 | 11100 | 11010 | 0 | 1 | 11101011 | 1011111 | 1010101 |
Color Harmonies of #B6BCFD
Complementary color
Monochromatic Colors of #B6BCFD
Black with #B6BCFD
Text Example
Text Example
White with #B6BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCFD; }
p { color: rgb(182,188,253); }
H1.HeaderClassName
{
color: #B6BCFD;
}
.AnyTagClassName
{
color: #B6BCFD;
}
</style>
background-color css
<style>
a { background-color: #B6BCFD; }
a { background-color: rgb(182,188,253); }
div.DivClassName
{
background-color: #B6BCFD;
}
.BgClassName
{
background-color: #B6BCFD;
}
</style>
border-color css
<style>
span { border-color: #B6BCFD; }
span { border-color: rgb(182,188,253); }
td.TdClassName
{
border-color: #B6BCFD;
}
.TagClassName
{
border-color: #B6BCFD;
}
</style>