Shades of Nebula #B2D9C4
Tints of Nebula #B2D9C4
RGB
CMYK
RGB Variations
Color information
#B2D9C4 (or 0xB2D9C4) is known color: Nebula. HEX triplet: B2, D9 and C4. RGB value is (178,217,196). Sum of RGB (Red+Green+Blue) = 178+217+196=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D9C4 is #4D263B. Grayscale: #CACACA. Windows color (decimal): -5056060 or 12900786. OLE color: 12900786.
HSL color Cylindrical-coordinate representation of color #B2D9C4: hue angle of 147.69º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D9C4 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 196 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.15 |
| HSL | 147.69º | 0.34% | 0.77% | - |
| HSV(B) | 147.69º | 0.18% | 0.85% | - |
| XYZ | 53.14 | 63.08 | 61.6 | - |
| YUV | 202.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 196 | 0.18 | 0 | 0.10 | 0.15 | 147.69 | 0.34 | 0.77 |
| Hex | B2 | D9 | C4 | 12 | 0 | A | F | 94 | 22 | 4D |
| Octal | 262 | 331 | 304 | 22 | 0 | 12 | 17 | 224 | 42 | 115 |
| Binary | 10110010 | 11011001 | 11000100 | 10010 | 0 | 1010 | 1111 | 10010100 | 100010 | 1001101 |
Color Harmonies of #B2D9C4
Complementary color
Monochromatic Colors of #B2D9C4
Black with #B2D9C4
Text Example
Text Example
White with #B2D9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D9C4; }
p { color: rgb(178,217,196); }
H1.HeaderClassName
{
color: #B2D9C4;
}
.AnyTagClassName
{
color: #B2D9C4;
}
</style>
background-color css
<style>
a { background-color: #B2D9C4; }
a { background-color: rgb(178,217,196); }
div.DivClassName
{
background-color: #B2D9C4;
}
.BgClassName
{
background-color: #B2D9C4;
}
</style>
border-color css
<style>
span { border-color: #B2D9C4; }
span { border-color: rgb(178,217,196); }
td.TdClassName
{
border-color: #B2D9C4;
}
.TagClassName
{
border-color: #B2D9C4;
}
</style>