Shades of Nebula #B2DDC5
Tints of Nebula #B2DDC5
RGB
CMYK
RGB Variations
Color information
#B2DDC5 (or 0xB2DDC5) is known color: Nebula. HEX triplet: B2, DD and C5. RGB value is (178,221,197). Sum of RGB (Red+Green+Blue) = 178+221+197=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDC5 is #4D223A. Grayscale: #CDCDCD. Windows color (decimal): -5055035 or 12967346. OLE color: 12967346.
HSL color Cylindrical-coordinate representation of color #B2DDC5: hue angle of 146.51º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDC5 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 197 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.13 |
| HSL | 146.51º | 0.39% | 0.78% | - |
| HSV(B) | 146.51º | 0.19% | 0.87% | - |
| XYZ | 54.29 | 65.21 | 62.55 | - |
| YUV | 205.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 197 | 0.19 | 0 | 0.11 | 0.13 | 146.51 | 0.39 | 0.78 |
| Hex | B2 | DD | C5 | 13 | 0 | B | D | 93 | 27 | 4E |
| Octal | 262 | 335 | 305 | 23 | 0 | 13 | 15 | 223 | 47 | 116 |
| Binary | 10110010 | 11011101 | 11000101 | 10011 | 0 | 1011 | 1101 | 10010011 | 100111 | 1001110 |
Color Harmonies of #B2DDC5
Complementary color
Monochromatic Colors of #B2DDC5
Black with #B2DDC5
Text Example
Text Example
White with #B2DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDC5; }
p { color: rgb(178,221,197); }
H1.HeaderClassName
{
color: #B2DDC5;
}
.AnyTagClassName
{
color: #B2DDC5;
}
</style>
background-color css
<style>
a { background-color: #B2DDC5; }
a { background-color: rgb(178,221,197); }
div.DivClassName
{
background-color: #B2DDC5;
}
.BgClassName
{
background-color: #B2DDC5;
}
</style>
border-color css
<style>
span { border-color: #B2DDC5; }
span { border-color: rgb(178,221,197); }
td.TdClassName
{
border-color: #B2DDC5;
}
.TagClassName
{
border-color: #B2DDC5;
}
</style>