Shades of Perano #B8C2FC
Tints of Perano #B8C2FC
RGB
CMYK
RGB Variations
Color information
#B8C2FC (or 0xB8C2FC) is known color: Perano. HEX triplet: B8, C2 and FC. RGB value is (184,194,252). Sum of RGB (Red+Green+Blue) = 184+194+252=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8C2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C2FC is #473D03. Grayscale: #C5C5C5. Windows color (decimal): -4668676 or 16564920. OLE color: 16564920.
HSL color Cylindrical-coordinate representation of color #B8C2FC: hue angle of 231.18º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8C2FC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 194 | 252 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.01 |
| HSL | 231.18º | 0.92% | 0.85% | - |
| HSV(B) | 231.18º | 0.27% | 0.99% | - |
| XYZ | 56.63 | 55.8 | 99.88 | - |
| YUV | 197.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 252 | 0.27 | 0.23 | 0 | 0.01 | 231.18 | 0.92 | 0.85 |
| Hex | B8 | C2 | FC | 1B | 17 | 0 | 1 | E7 | 5C | 55 |
| Octal | 270 | 302 | 374 | 33 | 27 | 0 | 1 | 347 | 134 | 125 |
| Binary | 10111000 | 11000010 | 11111100 | 11011 | 10111 | 0 | 1 | 11100111 | 1011100 | 1010101 |
Color Harmonies of #B8C2FC
Complementary color
Monochromatic Colors of #B8C2FC
Black with #B8C2FC
Text Example
Text Example
White with #B8C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2FC; }
p { color: rgb(184,194,252); }
H1.HeaderClassName
{
color: #B8C2FC;
}
.AnyTagClassName
{
color: #B8C2FC;
}
</style>
background-color css
<style>
a { background-color: #B8C2FC; }
a { background-color: rgb(184,194,252); }
div.DivClassName
{
background-color: #B8C2FC;
}
.BgClassName
{
background-color: #B8C2FC;
}
</style>
border-color css
<style>
span { border-color: #B8C2FC; }
span { border-color: rgb(184,194,252); }
td.TdClassName
{
border-color: #B8C2FC;
}
.TagClassName
{
border-color: #B8C2FC;
}
</style>