Shades of Nebula #B3DDC5
Tints of Nebula #B3DDC5
RGB
CMYK
RGB Variations
Color information
#B3DDC5 (or 0xB3DDC5) is known color: Nebula. HEX triplet: B3, DD and C5. RGB value is (179,221,197). Sum of RGB (Red+Green+Blue) = 179+221+197=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDC5 is #4C223A. Grayscale: #CDCDCD. Windows color (decimal): -4989499 or 12967347. OLE color: 12967347.
HSL color Cylindrical-coordinate representation of color #B3DDC5: hue angle of 145.71º degrees, saturation: 0.38, 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 #B3DDC5 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 197 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.13 |
| HSL | 145.71º | 0.38% | 0.78% | - |
| HSV(B) | 145.71º | 0.19% | 0.87% | - |
| XYZ | 54.52 | 65.33 | 62.56 | - |
| YUV | 205.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 197 | 0.19 | 0 | 0.11 | 0.13 | 145.71 | 0.38 | 0.78 |
| Hex | B3 | DD | C5 | 13 | 0 | B | D | 92 | 26 | 4E |
| Octal | 263 | 335 | 305 | 23 | 0 | 13 | 15 | 222 | 46 | 116 |
| Binary | 10110011 | 11011101 | 11000101 | 10011 | 0 | 1011 | 1101 | 10010010 | 100110 | 1001110 |
Color Harmonies of #B3DDC5
Complementary color
Monochromatic Colors of #B3DDC5
Black with #B3DDC5
Text Example
Text Example
White with #B3DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDC5; }
p { color: rgb(179,221,197); }
H1.HeaderClassName
{
color: #B3DDC5;
}
.AnyTagClassName
{
color: #B3DDC5;
}
</style>
background-color css
<style>
a { background-color: #B3DDC5; }
a { background-color: rgb(179,221,197); }
div.DivClassName
{
background-color: #B3DDC5;
}
.BgClassName
{
background-color: #B3DDC5;
}
</style>
border-color css
<style>
span { border-color: #B3DDC5; }
span { border-color: rgb(179,221,197); }
td.TdClassName
{
border-color: #B3DDC5;
}
.TagClassName
{
border-color: #B3DDC5;
}
</style>