Shades of Perano #BDC1EB
Tints of Perano #BDC1EB
RGB
CMYK
RGB Variations
Color information
#BDC1EB (or 0xBDC1EB) is known color: Perano. HEX triplet: BD, C1 and EB. RGB value is (189,193,235). Sum of RGB (Red+Green+Blue) = 189+193+235=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1EB is #423E14. Grayscale: #C4C4C4. Windows color (decimal): -4341269 or 15450557. OLE color: 15450557.
HSL color Cylindrical-coordinate representation of color #BDC1EB: hue angle of 234.78º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC1EB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 193 | 235 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.08 |
| HSL | 234.78º | 0.53% | 0.83% | - |
| HSV(B) | 234.78º | 0.2% | 0.92% | - |
| XYZ | 55.05 | 54.96 | 86.3 | - |
| YUV | 196.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 235 | 0.20 | 0.18 | 0 | 0.08 | 234.78 | 0.53 | 0.83 |
| Hex | BD | C1 | EB | 14 | 12 | 0 | 8 | EB | 35 | 53 |
| Octal | 275 | 301 | 353 | 24 | 22 | 0 | 10 | 353 | 65 | 123 |
| Binary | 10111101 | 11000001 | 11101011 | 10100 | 10010 | 0 | 1000 | 11101011 | 110101 | 1010011 |
Color Harmonies of #BDC1EB
Complementary color
Monochromatic Colors of #BDC1EB
Black with #BDC1EB
Text Example
Text Example
White with #BDC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1EB; }
p { color: rgb(189,193,235); }
H1.HeaderClassName
{
color: #BDC1EB;
}
.AnyTagClassName
{
color: #BDC1EB;
}
</style>
background-color css
<style>
a { background-color: #BDC1EB; }
a { background-color: rgb(189,193,235); }
div.DivClassName
{
background-color: #BDC1EB;
}
.BgClassName
{
background-color: #BDC1EB;
}
</style>
border-color css
<style>
span { border-color: #BDC1EB; }
span { border-color: rgb(189,193,235); }
td.TdClassName
{
border-color: #BDC1EB;
}
.TagClassName
{
border-color: #BDC1EB;
}
</style>