Shades of Perano #B6B8E6
Tints of Perano #B6B8E6
RGB
CMYK
RGB Variations
Color information
#B6B8E6 (or 0xB6B8E6) is known color: Perano. HEX triplet: B6, B8 and E6. RGB value is (182,184,230). Sum of RGB (Red+Green+Blue) = 182+184+230=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #B6B8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B8E6 is #494719. Grayscale: #BCBCBC. Windows color (decimal): -4802330 or 15120566. OLE color: 15120566.
HSL color Cylindrical-coordinate representation of color #B6B8E6: hue angle of 237.5º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6B8E6 is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 184 | 230 | - |
| CMYK | 0.21 | 0.2 | 0 | 0.10 |
| HSL | 237.5º | 0.49% | 0.81% | - |
| HSV(B) | 237.5º | 0.21% | 0.9% | - |
| XYZ | 50.71 | 49.94 | 81.83 | - |
| YUV | 188.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 184 | 230 | 0.21 | 0.2 | 0 | 0.10 | 237.5 | 0.49 | 0.81 |
| Hex | B6 | B8 | E6 | 15 | 14 | 0 | A | EE | 31 | 51 |
| Octal | 266 | 270 | 346 | 25 | 24 | 0 | 12 | 356 | 61 | 121 |
| Binary | 10110110 | 10111000 | 11100110 | 10101 | 10100 | 0 | 1010 | 11101110 | 110001 | 1010001 |
Color Harmonies of #B6B8E6
Complementary color
Monochromatic Colors of #B6B8E6
Black with #B6B8E6
Text Example
Text Example
White with #B6B8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B8E6; }
p { color: rgb(182,184,230); }
H1.HeaderClassName
{
color: #B6B8E6;
}
.AnyTagClassName
{
color: #B6B8E6;
}
</style>
background-color css
<style>
a { background-color: #B6B8E6; }
a { background-color: rgb(182,184,230); }
div.DivClassName
{
background-color: #B6B8E6;
}
.BgClassName
{
background-color: #B6B8E6;
}
</style>
border-color css
<style>
span { border-color: #B6B8E6; }
span { border-color: rgb(182,184,230); }
td.TdClassName
{
border-color: #B6B8E6;
}
.TagClassName
{
border-color: #B6B8E6;
}
</style>