Shades of Nebula #B8CCBE
Tints of Nebula #B8CCBE
RGB
CMYK
RGB Variations
Color information
#B8CCBE (or 0xB8CCBE) is known color: Nebula. HEX triplet: B8, CC and BE. RGB value is (184,204,190). Sum of RGB (Red+Green+Blue) = 184+204+190=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCBE is #473341. Grayscale: #C4C4C4. Windows color (decimal): -4666178 or 12504248. OLE color: 12504248.
HSL color Cylindrical-coordinate representation of color #B8CCBE: hue angle of 138º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCBE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 190 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.2 |
| HSL | 138º | 0.16% | 0.76% | - |
| HSV(B) | 138º | 0.1% | 0.8% | - |
| XYZ | 50.65 | 57.09 | 57.07 | - |
| YUV | 196.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 190 | 0.10 | 0 | 0.07 | 0.2 | 138 | 0.16 | 0.76 |
| Hex | B8 | CC | BE | A | 0 | 7 | 14 | 8A | 10 | 4C |
| Octal | 270 | 314 | 276 | 12 | 0 | 7 | 24 | 212 | 20 | 114 |
| Binary | 10111000 | 11001100 | 10111110 | 1010 | 0 | 111 | 10100 | 10001010 | 10000 | 1001100 |
Color Harmonies of #B8CCBE
Complementary color
Monochromatic Colors of #B8CCBE
Black with #B8CCBE
Text Example
Text Example
White with #B8CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCBE; }
p { color: rgb(184,204,190); }
H1.HeaderClassName
{
color: #B8CCBE;
}
.AnyTagClassName
{
color: #B8CCBE;
}
</style>
background-color css
<style>
a { background-color: #B8CCBE; }
a { background-color: rgb(184,204,190); }
div.DivClassName
{
background-color: #B8CCBE;
}
.BgClassName
{
background-color: #B8CCBE;
}
</style>
border-color css
<style>
span { border-color: #B8CCBE; }
span { border-color: rgb(184,204,190); }
td.TdClassName
{
border-color: #B8CCBE;
}
.TagClassName
{
border-color: #B8CCBE;
}
</style>