Shades of Perano #B6BEDF
Tints of Perano #B6BEDF
RGB
CMYK
RGB Variations
Color information
#B6BEDF (or 0xB6BEDF) is known color: Perano. HEX triplet: B6, BE and DF. RGB value is (182,190,223). Sum of RGB (Red+Green+Blue) = 182+190+223=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEDF is #494120. Grayscale: #BFBFBF. Windows color (decimal): -4800801 or 14663350. OLE color: 14663350.
HSL color Cylindrical-coordinate representation of color #B6BEDF: hue angle of 228.29º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6BEDF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 182 | 190 | 223 | - |
CMYK | 0.18 | 0.15 | 0 | 0.13 |
HSL | 228.29º | 0.39% | 0.79% | - |
HSV(B) | 228.29º | 0.18% | 0.87% | - |
XYZ | 51.02 | 52.1 | 77.18 | - |
YUV | 191.37 | 145.85 | 121.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 190 | 223 | 0.18 | 0.15 | 0 | 0.13 | 228.29 | 0.39 | 0.79 |
Hex | B6 | BE | DF | 12 | F | 0 | D | E4 | 27 | 4F |
Octal | 266 | 276 | 337 | 22 | 17 | 0 | 15 | 344 | 47 | 117 |
Binary | 10110110 | 10111110 | 11011111 | 10010 | 1111 | 0 | 1101 | 11100100 | 100111 | 1001111 |
Color Harmonies of #B6BEDF
Complementary color
Monochromatic Colors of #B6BEDF
Black with #B6BEDF
Text Example
Text Example
White with #B6BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BEDF; }
p { color: rgb(182,190,223); }
H1.HeaderClassName
{
color: #B6BEDF;
}
.AnyTagClassName
{
color: #B6BEDF;
}
</style>
background-color css
<style>
a { background-color: #B6BEDF; }
a { background-color: rgb(182,190,223); }
div.DivClassName
{
background-color: #B6BEDF;
}
.BgClassName
{
background-color: #B6BEDF;
}
</style>
border-color css
<style>
span { border-color: #B6BEDF; }
span { border-color: rgb(182,190,223); }
td.TdClassName
{
border-color: #B6BEDF;
}
.TagClassName
{
border-color: #B6BEDF;
}
</style>