Shades of Perano #B3C3EE
Tints of Perano #B3C3EE
RGB
CMYK
RGB Variations
Color information
#B3C3EE (or 0xB3C3EE) is known color: Perano. HEX triplet: B3, C3 and EE. RGB value is (179,195,238). Sum of RGB (Red+Green+Blue) = 179+195+238=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C3EE is #4C3C11. Grayscale: #C2C2C2. Windows color (decimal): -4996114 or 15647667. OLE color: 15647667.
HSL color Cylindrical-coordinate representation of color #B3C3EE: hue angle of 223.73º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3C3EE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 195 | 238 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.07 |
| HSL | 223.73º | 0.63% | 0.82% | - |
| HSV(B) | 223.73º | 0.25% | 0.93% | - |
| XYZ | 53.54 | 54.79 | 88.64 | - |
| YUV | 195.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 238 | 0.25 | 0.18 | 0 | 0.07 | 223.73 | 0.63 | 0.82 |
| Hex | B3 | C3 | EE | 19 | 12 | 0 | 7 | E0 | 3F | 52 |
| Octal | 263 | 303 | 356 | 31 | 22 | 0 | 7 | 340 | 77 | 122 |
| Binary | 10110011 | 11000011 | 11101110 | 11001 | 10010 | 0 | 111 | 11100000 | 111111 | 1010010 |
Color Harmonies of #B3C3EE
Complementary color
Monochromatic Colors of #B3C3EE
Black with #B3C3EE
Text Example
Text Example
White with #B3C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C3EE; }
p { color: rgb(179,195,238); }
H1.HeaderClassName
{
color: #B3C3EE;
}
.AnyTagClassName
{
color: #B3C3EE;
}
</style>
background-color css
<style>
a { background-color: #B3C3EE; }
a { background-color: rgb(179,195,238); }
div.DivClassName
{
background-color: #B3C3EE;
}
.BgClassName
{
background-color: #B3C3EE;
}
</style>
border-color css
<style>
span { border-color: #B3C3EE; }
span { border-color: rgb(179,195,238); }
td.TdClassName
{
border-color: #B3C3EE;
}
.TagClassName
{
border-color: #B3C3EE;
}
</style>