Shades of Nebula #B6CEC0
Tints of Nebula #B6CEC0
RGB
CMYK
RGB Variations
Color information
#B6CEC0 (or 0xB6CEC0) is known color: Nebula. HEX triplet: B6, CE and C0. RGB value is (182,206,192). Sum of RGB (Red+Green+Blue) = 182+206+192=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEC0 is #49313F. Grayscale: #C5C5C5. Windows color (decimal): -4796736 or 12635830. OLE color: 12635830.
HSL color Cylindrical-coordinate representation of color #B6CEC0: hue angle of 145º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CEC0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 192 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.19 |
| HSL | 145º | 0.2% | 0.76% | - |
| HSV(B) | 145º | 0.12% | 0.81% | - |
| XYZ | 50.88 | 57.89 | 58.36 | - |
| YUV | 197.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 192 | 0.12 | 0 | 0.07 | 0.19 | 145 | 0.2 | 0.76 |
| Hex | B6 | CE | C0 | C | 0 | 7 | 13 | 91 | 14 | 4C |
| Octal | 266 | 316 | 300 | 14 | 0 | 7 | 23 | 221 | 24 | 114 |
| Binary | 10110110 | 11001110 | 11000000 | 1100 | 0 | 111 | 10011 | 10010001 | 10100 | 1001100 |
Color Harmonies of #B6CEC0
Complementary color
Monochromatic Colors of #B6CEC0
Black with #B6CEC0
Text Example
Text Example
White with #B6CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CEC0; }
p { color: rgb(182,206,192); }
H1.HeaderClassName
{
color: #B6CEC0;
}
.AnyTagClassName
{
color: #B6CEC0;
}
</style>
background-color css
<style>
a { background-color: #B6CEC0; }
a { background-color: rgb(182,206,192); }
div.DivClassName
{
background-color: #B6CEC0;
}
.BgClassName
{
background-color: #B6CEC0;
}
</style>
border-color css
<style>
span { border-color: #B6CEC0; }
span { border-color: rgb(182,206,192); }
td.TdClassName
{
border-color: #B6CEC0;
}
.TagClassName
{
border-color: #B6CEC0;
}
</style>