Shades of Perano #B6C2FE
Tints of Perano #B6C2FE
RGB
CMYK
RGB Variations
Color information
#B6C2FE (or 0xB6C2FE) is known color: Perano. HEX triplet: B6, C2 and FE. RGB value is (182,194,254). Sum of RGB (Red+Green+Blue) = 182+194+254=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C2FE is #493D01. Grayscale: #C5C5C5. Windows color (decimal): -4799746 or 16695990. OLE color: 16695990.
HSL color Cylindrical-coordinate representation of color #B6C2FE: hue angle of 230º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6C2FE is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 194 | 254 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.00 |
| HSL | 230º | 0.97% | 0.85% | - |
| HSV(B) | 230º | 0.28% | 1% | - |
| XYZ | 56.47 | 55.68 | 101.54 | - |
| YUV | 197.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 254 | 0.28 | 0.24 | 0 | 0.00 | 230 | 0.97 | 0.85 |
| Hex | B6 | C2 | FE | 1C | 18 | 0 | 0 | E6 | 61 | 55 |
| Octal | 266 | 302 | 376 | 34 | 30 | 0 | 0 | 346 | 141 | 125 |
| Binary | 10110110 | 11000010 | 11111110 | 11100 | 11000 | 0 | 0 | 11100110 | 1100001 | 1010101 |
Color Harmonies of #B6C2FE
Complementary color
Monochromatic Colors of #B6C2FE
Black with #B6C2FE
Text Example
Text Example
White with #B6C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C2FE; }
p { color: rgb(182,194,254); }
H1.HeaderClassName
{
color: #B6C2FE;
}
.AnyTagClassName
{
color: #B6C2FE;
}
</style>
background-color css
<style>
a { background-color: #B6C2FE; }
a { background-color: rgb(182,194,254); }
div.DivClassName
{
background-color: #B6C2FE;
}
.BgClassName
{
background-color: #B6C2FE;
}
</style>
border-color css
<style>
span { border-color: #B6C2FE; }
span { border-color: rgb(182,194,254); }
td.TdClassName
{
border-color: #B6C2FE;
}
.TagClassName
{
border-color: #B6C2FE;
}
</style>