Shades of Perano #B6C1ED
Tints of Perano #B6C1ED
RGB
CMYK
RGB Variations
Color information
#B6C1ED (or 0xB6C1ED) is known color: Perano. HEX triplet: B6, C1 and ED. RGB value is (182,193,237). Sum of RGB (Red+Green+Blue) = 182+193+237=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6C1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C1ED is #493E12. Grayscale: #C2C2C2. Windows color (decimal): -4800019 or 15581622. OLE color: 15581622.
HSL color Cylindrical-coordinate representation of color #B6C1ED: hue angle of 228º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6C1ED is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 193 | 237 | - |
CMYK | 0.23 | 0.19 | 0 | 0.07 |
HSL | 228º | 0.6% | 0.82% | - |
HSV(B) | 228º | 0.23% | 0.93% | - |
XYZ | 53.65 | 54.2 | 87.75 | - |
YUV | 194.73 | 151.86 | 118.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 193 | 237 | 0.23 | 0.19 | 0 | 0.07 | 228 | 0.6 | 0.82 |
Hex | B6 | C1 | ED | 17 | 13 | 0 | 7 | E4 | 3C | 52 |
Octal | 266 | 301 | 355 | 27 | 23 | 0 | 7 | 344 | 74 | 122 |
Binary | 10110110 | 11000001 | 11101101 | 10111 | 10011 | 0 | 111 | 11100100 | 111100 | 1010010 |
Color Harmonies of #B6C1ED
Complementary color
Monochromatic Colors of #B6C1ED
Black with #B6C1ED
Text Example
Text Example
White with #B6C1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C1ED; }
p { color: rgb(182,193,237); }
H1.HeaderClassName
{
color: #B6C1ED;
}
.AnyTagClassName
{
color: #B6C1ED;
}
</style>
background-color css
<style>
a { background-color: #B6C1ED; }
a { background-color: rgb(182,193,237); }
div.DivClassName
{
background-color: #B6C1ED;
}
.BgClassName
{
background-color: #B6C1ED;
}
</style>
border-color css
<style>
span { border-color: #B6C1ED; }
span { border-color: rgb(182,193,237); }
td.TdClassName
{
border-color: #B6C1ED;
}
.TagClassName
{
border-color: #B6C1ED;
}
</style>