Shades of Nebula #B4DCC5
Tints of Nebula #B4DCC5
RGB
CMYK
RGB Variations
Color information
#B4DCC5 (or 0xB4DCC5) is known color: Nebula. HEX triplet: B4, DC and C5. RGB value is (180,220,197). Sum of RGB (Red+Green+Blue) = 180+220+197=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC5 is #4B233A. Grayscale: #CDCDCD. Windows color (decimal): -4924219 or 12967092. OLE color: 12967092.
HSL color Cylindrical-coordinate representation of color #B4DCC5: hue angle of 145.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCC5 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 197 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.14 |
| HSL | 145.5º | 0.36% | 0.78% | - |
| HSV(B) | 145.5º | 0.18% | 0.86% | - |
| XYZ | 54.49 | 64.92 | 62.48 | - |
| YUV | 205.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 197 | 0.18 | 0 | 0.10 | 0.14 | 145.5 | 0.36 | 0.78 |
| Hex | B4 | DC | C5 | 12 | 0 | A | E | 92 | 24 | 4E |
| Octal | 264 | 334 | 305 | 22 | 0 | 12 | 16 | 222 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11000101 | 10010 | 0 | 1010 | 1110 | 10010010 | 100100 | 1001110 |
Color Harmonies of #B4DCC5
Complementary color
Monochromatic Colors of #B4DCC5
Black with #B4DCC5
Text Example
Text Example
White with #B4DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCC5; }
p { color: rgb(180,220,197); }
H1.HeaderClassName
{
color: #B4DCC5;
}
.AnyTagClassName
{
color: #B4DCC5;
}
</style>
background-color css
<style>
a { background-color: #B4DCC5; }
a { background-color: rgb(180,220,197); }
div.DivClassName
{
background-color: #B4DCC5;
}
.BgClassName
{
background-color: #B4DCC5;
}
</style>
border-color css
<style>
span { border-color: #B4DCC5; }
span { border-color: rgb(180,220,197); }
td.TdClassName
{
border-color: #B4DCC5;
}
.TagClassName
{
border-color: #B4DCC5;
}
</style>