Shades of Perano #B6C2FF
Tints of Perano #B6C2FF
RGB
CMYK
RGB Variations
Color information
#B6C2FF (or 0xB6C2FF) is known color: Perano. HEX triplet: B6, C2 and FF. RGB value is (182,194,255). Sum of RGB (Red+Green+Blue) = 182+194+255=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C2FF is #493D00. Grayscale: #C5C5C5. Windows color (decimal): -4799745 or 16761526. OLE color: 16761526.
HSL color Cylindrical-coordinate representation of color #B6C2FF: hue angle of 230.14º 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 #B6C2FF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 182 | 194 | 255 | - |
CMYK | 0.29 | 0.24 | 0 | 0 |
HSL | 230.14º | 1% | 0.86% | - |
HSV(B) | 230.14º | 0.29% | 1% | - |
XYZ | 56.63 | 55.75 | 102.38 | - |
YUV | 197.37 | 160.52 | 117.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 194 | 255 | 0.29 | 0.24 | 0 | 0 | 230.14 | 1 | 0.86 |
Hex | B6 | C2 | FF | 1D | 18 | 0 | 0 | E6 | 64 | 56 |
Octal | 266 | 302 | 377 | 35 | 30 | 0 | 0 | 346 | 144 | 126 |
Binary | 10110110 | 11000010 | 11111111 | 11101 | 11000 | 0 | 0 | 11100110 | 1100100 | 1010110 |
Color Harmonies of #B6C2FF
Complementary color
Monochromatic Colors of #B6C2FF
Black with #B6C2FF
Text Example
Text Example
White with #B6C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C2FF; }
p { color: rgb(182,194,255); }
H1.HeaderClassName
{
color: #B6C2FF;
}
.AnyTagClassName
{
color: #B6C2FF;
}
</style>
background-color css
<style>
a { background-color: #B6C2FF; }
a { background-color: rgb(182,194,255); }
div.DivClassName
{
background-color: #B6C2FF;
}
.BgClassName
{
background-color: #B6C2FF;
}
</style>
border-color css
<style>
span { border-color: #B6C2FF; }
span { border-color: rgb(182,194,255); }
td.TdClassName
{
border-color: #B6C2FF;
}
.TagClassName
{
border-color: #B6C2FF;
}
</style>