Shades of Perano #B3C2EE
Tints of Perano #B3C2EE
RGB
CMYK
RGB Variations
Color information
#B3C2EE (or 0xB3C2EE) is known color: Perano. HEX triplet: B3, C2 and EE. RGB value is (179,194,238). Sum of RGB (Red+Green+Blue) = 179+194+238=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3C2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C2EE is #4C3D11. Grayscale: #C2C2C2. Windows color (decimal): -4996370 or 15647411. OLE color: 15647411.
HSL color Cylindrical-coordinate representation of color #B3C2EE: hue angle of 224.75º 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 #B3C2EE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 194 | 238 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.07 |
| HSL | 224.75º | 0.63% | 0.82% | - |
| HSV(B) | 224.75º | 0.25% | 0.93% | - |
| XYZ | 53.31 | 54.34 | 88.57 | - |
| YUV | 194.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 238 | 0.25 | 0.18 | 0 | 0.07 | 224.75 | 0.63 | 0.82 |
| Hex | B3 | C2 | EE | 19 | 12 | 0 | 7 | E1 | 3F | 52 |
| Octal | 263 | 302 | 356 | 31 | 22 | 0 | 7 | 341 | 77 | 122 |
| Binary | 10110011 | 11000010 | 11101110 | 11001 | 10010 | 0 | 111 | 11100001 | 111111 | 1010010 |
Color Harmonies of #B3C2EE
Complementary color
Monochromatic Colors of #B3C2EE
Black with #B3C2EE
Text Example
Text Example
White with #B3C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C2EE; }
p { color: rgb(179,194,238); }
H1.HeaderClassName
{
color: #B3C2EE;
}
.AnyTagClassName
{
color: #B3C2EE;
}
</style>
background-color css
<style>
a { background-color: #B3C2EE; }
a { background-color: rgb(179,194,238); }
div.DivClassName
{
background-color: #B3C2EE;
}
.BgClassName
{
background-color: #B3C2EE;
}
</style>
border-color css
<style>
span { border-color: #B3C2EE; }
span { border-color: rgb(179,194,238); }
td.TdClassName
{
border-color: #B3C2EE;
}
.TagClassName
{
border-color: #B3C2EE;
}
</style>