Shades of Nebula #B5CEBC
Tints of Nebula #B5CEBC
RGB
CMYK
RGB Variations
Color information
#B5CEBC (or 0xB5CEBC) is known color: Nebula. HEX triplet: B5, CE and BC. RGB value is (181,206,188). Sum of RGB (Red+Green+Blue) = 181+206+188=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEBC is #4A3143. Grayscale: #C4C4C4. Windows color (decimal): -4862276 or 12373685. OLE color: 12373685.
HSL color Cylindrical-coordinate representation of color #B5CEBC: hue angle of 136.8º 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 #B5CEBC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 188 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.19 |
| HSL | 136.8º | 0.2% | 0.76% | - |
| HSV(B) | 136.8º | 0.12% | 0.81% | - |
| XYZ | 50.2 | 57.6 | 56.05 | - |
| YUV | 196.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 188 | 0.12 | 0 | 0.09 | 0.19 | 136.8 | 0.2 | 0.76 |
| Hex | B5 | CE | BC | C | 0 | 9 | 13 | 89 | 14 | 4C |
| Octal | 265 | 316 | 274 | 14 | 0 | 11 | 23 | 211 | 24 | 114 |
| Binary | 10110101 | 11001110 | 10111100 | 1100 | 0 | 1001 | 10011 | 10001001 | 10100 | 1001100 |
Color Harmonies of #B5CEBC
Complementary color
Monochromatic Colors of #B5CEBC
Black with #B5CEBC
Text Example
Text Example
White with #B5CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEBC; }
p { color: rgb(181,206,188); }
H1.HeaderClassName
{
color: #B5CEBC;
}
.AnyTagClassName
{
color: #B5CEBC;
}
</style>
background-color css
<style>
a { background-color: #B5CEBC; }
a { background-color: rgb(181,206,188); }
div.DivClassName
{
background-color: #B5CEBC;
}
.BgClassName
{
background-color: #B5CEBC;
}
</style>
border-color css
<style>
span { border-color: #B5CEBC; }
span { border-color: rgb(181,206,188); }
td.TdClassName
{
border-color: #B5CEBC;
}
.TagClassName
{
border-color: #B5CEBC;
}
</style>