Shades of Nebula #B2D2BF
Tints of Nebula #B2D2BF
RGB
CMYK
RGB Variations
Color information
#B2D2BF (or 0xB2D2BF) is known color: Nebula. HEX triplet: B2, D2 and BF. RGB value is (178,210,191). Sum of RGB (Red+Green+Blue) = 178+210+191=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D2BF is #4D2D40. Grayscale: #C6C6C6. Windows color (decimal): -5057857 or 12571314. OLE color: 12571314.
HSL color Cylindrical-coordinate representation of color #B2D2BF: hue angle of 144.38º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2D2BF is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 191 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.18 |
| HSL | 144.38º | 0.26% | 0.76% | - |
| HSV(B) | 144.38º | 0.15% | 0.82% | - |
| XYZ | 50.81 | 59.32 | 58.06 | - |
| YUV | 198.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 191 | 0.15 | 0 | 0.09 | 0.18 | 144.38 | 0.26 | 0.76 |
| Hex | B2 | D2 | BF | F | 0 | 9 | 12 | 90 | 1A | 4C |
| Octal | 262 | 322 | 277 | 17 | 0 | 11 | 22 | 220 | 32 | 114 |
| Binary | 10110010 | 11010010 | 10111111 | 1111 | 0 | 1001 | 10010 | 10010000 | 11010 | 1001100 |
Color Harmonies of #B2D2BF
Complementary color
Monochromatic Colors of #B2D2BF
Black with #B2D2BF
Text Example
Text Example
White with #B2D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2BF; }
p { color: rgb(178,210,191); }
H1.HeaderClassName
{
color: #B2D2BF;
}
.AnyTagClassName
{
color: #B2D2BF;
}
</style>
background-color css
<style>
a { background-color: #B2D2BF; }
a { background-color: rgb(178,210,191); }
div.DivClassName
{
background-color: #B2D2BF;
}
.BgClassName
{
background-color: #B2D2BF;
}
</style>
border-color css
<style>
span { border-color: #B2D2BF; }
span { border-color: rgb(178,210,191); }
td.TdClassName
{
border-color: #B2D2BF;
}
.TagClassName
{
border-color: #B2D2BF;
}
</style>