Shades of Nebula #B4DDC5
Tints of Nebula #B4DDC5
RGB
CMYK
RGB Variations
Color information
#B4DDC5 (or 0xB4DDC5) is known color: Nebula. HEX triplet: B4, DD and C5. RGB value is (180,221,197). Sum of RGB (Red+Green+Blue) = 180+221+197=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDC5 is #4B223A. Grayscale: #CECECE. Windows color (decimal): -4923963 or 12967348. OLE color: 12967348.
HSL color Cylindrical-coordinate representation of color #B4DDC5: hue angle of 144.88º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DDC5 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 197 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.13 |
| HSL | 144.88º | 0.38% | 0.79% | - |
| HSV(B) | 144.88º | 0.19% | 0.87% | - |
| XYZ | 54.76 | 65.45 | 62.57 | - |
| YUV | 206.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 197 | 0.19 | 0 | 0.11 | 0.13 | 144.88 | 0.38 | 0.79 |
| Hex | B4 | DD | C5 | 13 | 0 | B | D | 91 | 26 | 4F |
| Octal | 264 | 335 | 305 | 23 | 0 | 13 | 15 | 221 | 46 | 117 |
| Binary | 10110100 | 11011101 | 11000101 | 10011 | 0 | 1011 | 1101 | 10010001 | 100110 | 1001111 |
Color Harmonies of #B4DDC5
Complementary color
Monochromatic Colors of #B4DDC5
Black with #B4DDC5
Text Example
Text Example
White with #B4DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDC5; }
p { color: rgb(180,221,197); }
H1.HeaderClassName
{
color: #B4DDC5;
}
.AnyTagClassName
{
color: #B4DDC5;
}
</style>
background-color css
<style>
a { background-color: #B4DDC5; }
a { background-color: rgb(180,221,197); }
div.DivClassName
{
background-color: #B4DDC5;
}
.BgClassName
{
background-color: #B4DDC5;
}
</style>
border-color css
<style>
span { border-color: #B4DDC5; }
span { border-color: rgb(180,221,197); }
td.TdClassName
{
border-color: #B4DDC5;
}
.TagClassName
{
border-color: #B4DDC5;
}
</style>