Shades of Perano #B3C2FD
Tints of Perano #B3C2FD
RGB
CMYK
RGB Variations
Color information
#B3C2FD (or 0xB3C2FD) is known color: Perano. HEX triplet: B3, C2 and FD. RGB value is (179,194,253). Sum of RGB (Red+Green+Blue) = 179+194+253=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3C2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C2FD is #4C3D02. Grayscale: #C3C3C3. Windows color (decimal): -4996355 or 16630451. OLE color: 16630451.
HSL color Cylindrical-coordinate representation of color #B3C2FD: hue angle of 227.84º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C2FD is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 194 | 253 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.01 |
| HSL | 227.84º | 0.95% | 0.85% | - |
| HSV(B) | 227.84º | 0.29% | 0.99% | - |
| XYZ | 55.61 | 55.26 | 100.66 | - |
| YUV | 196.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 253 | 0.29 | 0.23 | 0 | 0.01 | 227.84 | 0.95 | 0.85 |
| Hex | B3 | C2 | FD | 1D | 17 | 0 | 1 | E4 | 5F | 55 |
| Octal | 263 | 302 | 375 | 35 | 27 | 0 | 1 | 344 | 137 | 125 |
| Binary | 10110011 | 11000010 | 11111101 | 11101 | 10111 | 0 | 1 | 11100100 | 1011111 | 1010101 |
Color Harmonies of #B3C2FD
Complementary color
Monochromatic Colors of #B3C2FD
Black with #B3C2FD
Text Example
Text Example
White with #B3C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C2FD; }
p { color: rgb(179,194,253); }
H1.HeaderClassName
{
color: #B3C2FD;
}
.AnyTagClassName
{
color: #B3C2FD;
}
</style>
background-color css
<style>
a { background-color: #B3C2FD; }
a { background-color: rgb(179,194,253); }
div.DivClassName
{
background-color: #B3C2FD;
}
.BgClassName
{
background-color: #B3C2FD;
}
</style>
border-color css
<style>
span { border-color: #B3C2FD; }
span { border-color: rgb(179,194,253); }
td.TdClassName
{
border-color: #B3C2FD;
}
.TagClassName
{
border-color: #B3C2FD;
}
</style>