Shades of Nebula #B4CEBE
Tints of Nebula #B4CEBE
RGB
CMYK
RGB Variations
Color information
#B4CEBE (or 0xB4CEBE) is known color: Nebula. HEX triplet: B4, CE and BE. RGB value is (180,206,190). Sum of RGB (Red+Green+Blue) = 180+206+190=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEBE is #4B3141. Grayscale: #C4C4C4. Windows color (decimal): -4927810 or 12504756. OLE color: 12504756.
HSL color Cylindrical-coordinate representation of color #B4CEBE: hue angle of 143.08º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CEBE is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 190 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.19 |
| HSL | 143.08º | 0.21% | 0.76% | - |
| HSV(B) | 143.08º | 0.13% | 0.81% | - |
| XYZ | 50.19 | 57.56 | 57.18 | - |
| YUV | 196.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 190 | 0.13 | 0 | 0.08 | 0.19 | 143.08 | 0.21 | 0.76 |
| Hex | B4 | CE | BE | D | 0 | 8 | 13 | 8F | 15 | 4C |
| Octal | 264 | 316 | 276 | 15 | 0 | 10 | 23 | 217 | 25 | 114 |
| Binary | 10110100 | 11001110 | 10111110 | 1101 | 0 | 1000 | 10011 | 10001111 | 10101 | 1001100 |
Color Harmonies of #B4CEBE
Complementary color
Monochromatic Colors of #B4CEBE
Black with #B4CEBE
Text Example
Text Example
White with #B4CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CEBE; }
p { color: rgb(180,206,190); }
H1.HeaderClassName
{
color: #B4CEBE;
}
.AnyTagClassName
{
color: #B4CEBE;
}
</style>
background-color css
<style>
a { background-color: #B4CEBE; }
a { background-color: rgb(180,206,190); }
div.DivClassName
{
background-color: #B4CEBE;
}
.BgClassName
{
background-color: #B4CEBE;
}
</style>
border-color css
<style>
span { border-color: #B4CEBE; }
span { border-color: rgb(180,206,190); }
td.TdClassName
{
border-color: #B4CEBE;
}
.TagClassName
{
border-color: #B4CEBE;
}
</style>