Shades of Perano #B6C1FF
Tints of Perano #B6C1FF
RGB
CMYK
RGB Variations
Color information
#B6C1FF (or 0xB6C1FF) is known color: Perano. HEX triplet: B6, C1 and FF. RGB value is (182,193,255). Sum of RGB (Red+Green+Blue) = 182+193+255=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6C1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C1FF is #493E00. Grayscale: #C4C4C4. Windows color (decimal): -4800001 or 16761270. OLE color: 16761270.
HSL color Cylindrical-coordinate representation of color #B6C1FF: hue angle of 230.96º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6C1FF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 193 | 255 | - |
| CMYK | 0.29 | 0.24 | 0 | 0 |
| HSL | 230.96º | 1% | 0.86% | - |
| HSV(B) | 230.96º | 0.29% | 1% | - |
| XYZ | 56.41 | 55.31 | 102.31 | - |
| YUV | 196.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 255 | 0.29 | 0.24 | 0 | 0 | 230.96 | 1 | 0.86 |
| Hex | B6 | C1 | FF | 1D | 18 | 0 | 0 | E7 | 64 | 56 |
| Octal | 266 | 301 | 377 | 35 | 30 | 0 | 0 | 347 | 144 | 126 |
| Binary | 10110110 | 11000001 | 11111111 | 11101 | 11000 | 0 | 0 | 11100111 | 1100100 | 1010110 |
Color Harmonies of #B6C1FF
Complementary color
Monochromatic Colors of #B6C1FF
Black with #B6C1FF
Text Example
Text Example
White with #B6C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C1FF; }
p { color: rgb(182,193,255); }
H1.HeaderClassName
{
color: #B6C1FF;
}
.AnyTagClassName
{
color: #B6C1FF;
}
</style>
background-color css
<style>
a { background-color: #B6C1FF; }
a { background-color: rgb(182,193,255); }
div.DivClassName
{
background-color: #B6C1FF;
}
.BgClassName
{
background-color: #B6C1FF;
}
</style>
border-color css
<style>
span { border-color: #B6C1FF; }
span { border-color: rgb(182,193,255); }
td.TdClassName
{
border-color: #B6C1FF;
}
.TagClassName
{
border-color: #B6C1FF;
}
</style>