Shades of Perano #B6C1EA
Tints of Perano #B6C1EA
RGB
CMYK
RGB Variations
Color information
#B6C1EA (or 0xB6C1EA) is known color: Perano. HEX triplet: B6, C1 and EA. RGB value is (182,193,234). Sum of RGB (Red+Green+Blue) = 182+193+234=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6C1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C1EA is #493E15. Grayscale: #C2C2C2. Windows color (decimal): -4800022 or 15385014. OLE color: 15385014.
HSL color Cylindrical-coordinate representation of color #B6C1EA: hue angle of 227.31º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6C1EA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 193 | 234 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.08 |
| HSL | 227.31º | 0.55% | 0.82% | - |
| HSV(B) | 227.31º | 0.22% | 0.92% | - |
| XYZ | 53.21 | 54.03 | 85.47 | - |
| YUV | 194.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 234 | 0.22 | 0.18 | 0 | 0.08 | 227.31 | 0.55 | 0.82 |
| Hex | B6 | C1 | EA | 16 | 12 | 0 | 8 | E3 | 37 | 52 |
| Octal | 266 | 301 | 352 | 26 | 22 | 0 | 10 | 343 | 67 | 122 |
| Binary | 10110110 | 11000001 | 11101010 | 10110 | 10010 | 0 | 1000 | 11100011 | 110111 | 1010010 |
Color Harmonies of #B6C1EA
Complementary color
Monochromatic Colors of #B6C1EA
Black with #B6C1EA
Text Example
Text Example
White with #B6C1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C1EA; }
p { color: rgb(182,193,234); }
H1.HeaderClassName
{
color: #B6C1EA;
}
.AnyTagClassName
{
color: #B6C1EA;
}
</style>
background-color css
<style>
a { background-color: #B6C1EA; }
a { background-color: rgb(182,193,234); }
div.DivClassName
{
background-color: #B6C1EA;
}
.BgClassName
{
background-color: #B6C1EA;
}
</style>
border-color css
<style>
span { border-color: #B6C1EA; }
span { border-color: rgb(182,193,234); }
td.TdClassName
{
border-color: #B6C1EA;
}
.TagClassName
{
border-color: #B6C1EA;
}
</style>