Shades of Nebula #B2CEBE
Tints of Nebula #B2CEBE
RGB
CMYK
RGB Variations
Color information
#B2CEBE (or 0xB2CEBE) is known color: Nebula. HEX triplet: B2, CE and BE. RGB value is (178,206,190). Sum of RGB (Red+Green+Blue) = 178+206+190=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEBE is #4D3141. Grayscale: #C3C3C3. Windows color (decimal): -5058882 or 12504754. OLE color: 12504754.
HSL color Cylindrical-coordinate representation of color #B2CEBE: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CEBE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 190 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.19 |
| HSL | 145.71º | 0.22% | 0.75% | - |
| HSV(B) | 145.71º | 0.14% | 0.81% | - |
| XYZ | 49.73 | 57.33 | 57.16 | - |
| YUV | 195.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 190 | 0.14 | 0 | 0.08 | 0.19 | 145.71 | 0.22 | 0.75 |
| Hex | B2 | CE | BE | E | 0 | 8 | 13 | 92 | 16 | 4B |
| Octal | 262 | 316 | 276 | 16 | 0 | 10 | 23 | 222 | 26 | 113 |
| Binary | 10110010 | 11001110 | 10111110 | 1110 | 0 | 1000 | 10011 | 10010010 | 10110 | 1001011 |
Color Harmonies of #B2CEBE
Complementary color
Monochromatic Colors of #B2CEBE
Black with #B2CEBE
Text Example
Text Example
White with #B2CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEBE; }
p { color: rgb(178,206,190); }
H1.HeaderClassName
{
color: #B2CEBE;
}
.AnyTagClassName
{
color: #B2CEBE;
}
</style>
background-color css
<style>
a { background-color: #B2CEBE; }
a { background-color: rgb(178,206,190); }
div.DivClassName
{
background-color: #B2CEBE;
}
.BgClassName
{
background-color: #B2CEBE;
}
</style>
border-color css
<style>
span { border-color: #B2CEBE; }
span { border-color: rgb(178,206,190); }
td.TdClassName
{
border-color: #B2CEBE;
}
.TagClassName
{
border-color: #B2CEBE;
}
</style>