Shades of Perano #B3C2FF
Tints of Perano #B3C2FF
RGB
CMYK
RGB Variations
Color information
#B3C2FF (or 0xB3C2FF) is known color: Perano. HEX triplet: B3, C2 and FF. RGB value is (179,194,255). Sum of RGB (Red+Green+Blue) = 179+194+255=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C2FF is #4C3D00. Grayscale: #C4C4C4. Windows color (decimal): -4996353 or 16761523. OLE color: 16761523.
HSL color Cylindrical-coordinate representation of color #B3C2FF: hue angle of 228.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3C2FF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 194 | 255 | - |
| CMYK | 0.30 | 0.24 | 0 | 0 |
| HSL | 228.16º | 1% | 0.85% | - |
| HSV(B) | 228.16º | 0.3% | 1% | - |
| XYZ | 55.93 | 55.39 | 102.35 | - |
| YUV | 196.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 255 | 0.30 | 0.24 | 0 | 0 | 228.16 | 1 | 0.85 |
| Hex | B3 | C2 | FF | 1E | 18 | 0 | 0 | E4 | 64 | 55 |
| Octal | 263 | 302 | 377 | 36 | 30 | 0 | 0 | 344 | 144 | 125 |
| Binary | 10110011 | 11000010 | 11111111 | 11110 | 11000 | 0 | 0 | 11100100 | 1100100 | 1010101 |
Color Harmonies of #B3C2FF
Complementary color
Monochromatic Colors of #B3C2FF
Black with #B3C2FF
Text Example
Text Example
White with #B3C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C2FF; }
p { color: rgb(179,194,255); }
H1.HeaderClassName
{
color: #B3C2FF;
}
.AnyTagClassName
{
color: #B3C2FF;
}
</style>
background-color css
<style>
a { background-color: #B3C2FF; }
a { background-color: rgb(179,194,255); }
div.DivClassName
{
background-color: #B3C2FF;
}
.BgClassName
{
background-color: #B3C2FF;
}
</style>
border-color css
<style>
span { border-color: #B3C2FF; }
span { border-color: rgb(179,194,255); }
td.TdClassName
{
border-color: #B3C2FF;
}
.TagClassName
{
border-color: #B3C2FF;
}
</style>