Shades of Perano #B6C3EF
Tints of Perano #B6C3EF
RGB
CMYK
RGB Variations
Color information
#B6C3EF (or 0xB6C3EF) is known color: Perano. HEX triplet: B6, C3 and EF. RGB value is (182,195,239). Sum of RGB (Red+Green+Blue) = 182+195+239=616 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.55% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6C3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C3EF is #493C10. Grayscale: #C3C3C3. Windows color (decimal): -4799505 or 15713206. OLE color: 15713206.
HSL color Cylindrical-coordinate representation of color #B6C3EF: hue angle of 226.32º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6C3EF is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 195 | 239 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.06 |
| HSL | 226.32º | 0.64% | 0.83% | - |
| HSV(B) | 226.32º | 0.24% | 0.94% | - |
| XYZ | 54.39 | 55.21 | 89.45 | - |
| YUV | 196.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 195 | 239 | 0.24 | 0.18 | 0 | 0.06 | 226.32 | 0.64 | 0.83 |
| Hex | B6 | C3 | EF | 18 | 12 | 0 | 6 | E2 | 40 | 53 |
| Octal | 266 | 303 | 357 | 30 | 22 | 0 | 6 | 342 | 100 | 123 |
| Binary | 10110110 | 11000011 | 11101111 | 11000 | 10010 | 0 | 110 | 11100010 | 1000000 | 1010011 |
Color Harmonies of #B6C3EF
Complementary color
Monochromatic Colors of #B6C3EF
Black with #B6C3EF
Text Example
Text Example
White with #B6C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C3EF; }
p { color: rgb(182,195,239); }
H1.HeaderClassName
{
color: #B6C3EF;
}
.AnyTagClassName
{
color: #B6C3EF;
}
</style>
background-color css
<style>
a { background-color: #B6C3EF; }
a { background-color: rgb(182,195,239); }
div.DivClassName
{
background-color: #B6C3EF;
}
.BgClassName
{
background-color: #B6C3EF;
}
</style>
border-color css
<style>
span { border-color: #B6C3EF; }
span { border-color: rgb(182,195,239); }
td.TdClassName
{
border-color: #B6C3EF;
}
.TagClassName
{
border-color: #B6C3EF;
}
</style>