Shades of Perano #B3C2ED
Tints of Perano #B3C2ED
RGB
CMYK
RGB Variations
Color information
#B3C2ED (or 0xB3C2ED) is known color: Perano. HEX triplet: B3, C2 and ED. RGB value is (179,194,237). Sum of RGB (Red+Green+Blue) = 179+194+237=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C2ED is #4C3D12. Grayscale: #C2C2C2. Windows color (decimal): -4996371 or 15581875. OLE color: 15581875.
HSL color Cylindrical-coordinate representation of color #B3C2ED: hue angle of 224.48º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C2ED is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 194 | 237 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.07 |
| HSL | 224.48º | 0.62% | 0.82% | - |
| HSV(B) | 224.48º | 0.24% | 0.93% | - |
| XYZ | 53.17 | 54.28 | 87.8 | - |
| YUV | 194.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 237 | 0.24 | 0.18 | 0 | 0.07 | 224.48 | 0.62 | 0.82 |
| Hex | B3 | C2 | ED | 18 | 12 | 0 | 7 | E0 | 3E | 52 |
| Octal | 263 | 302 | 355 | 30 | 22 | 0 | 7 | 340 | 76 | 122 |
| Binary | 10110011 | 11000010 | 11101101 | 11000 | 10010 | 0 | 111 | 11100000 | 111110 | 1010010 |
Color Harmonies of #B3C2ED
Complementary color
Monochromatic Colors of #B3C2ED
Black with #B3C2ED
Text Example
Text Example
White with #B3C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C2ED; }
p { color: rgb(179,194,237); }
H1.HeaderClassName
{
color: #B3C2ED;
}
.AnyTagClassName
{
color: #B3C2ED;
}
</style>
background-color css
<style>
a { background-color: #B3C2ED; }
a { background-color: rgb(179,194,237); }
div.DivClassName
{
background-color: #B3C2ED;
}
.BgClassName
{
background-color: #B3C2ED;
}
</style>
border-color css
<style>
span { border-color: #B3C2ED; }
span { border-color: rgb(179,194,237); }
td.TdClassName
{
border-color: #B3C2ED;
}
.TagClassName
{
border-color: #B3C2ED;
}
</style>