Shades of Nebula #B5CBBD
Tints of Nebula #B5CBBD
RGB
CMYK
RGB Variations
Color information
#B5CBBD (or 0xB5CBBD) is known color: Nebula. HEX triplet: B5, CB and BD. RGB value is (181,203,189). Sum of RGB (Red+Green+Blue) = 181+203+189=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBBD is #4A3442. Grayscale: #C2C2C2. Windows color (decimal): -4863043 or 12438453. OLE color: 12438453.
HSL color Cylindrical-coordinate representation of color #B5CBBD: hue angle of 141.82º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CBBD is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 189 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.20 |
| HSL | 141.82º | 0.17% | 0.75% | - |
| HSV(B) | 141.82º | 0.11% | 0.8% | - |
| XYZ | 49.6 | 56.21 | 56.38 | - |
| YUV | 194.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 189 | 0.11 | 0 | 0.07 | 0.20 | 141.82 | 0.17 | 0.75 |
| Hex | B5 | CB | BD | B | 0 | 7 | 14 | 8E | 11 | 4B |
| Octal | 265 | 313 | 275 | 13 | 0 | 7 | 24 | 216 | 21 | 113 |
| Binary | 10110101 | 11001011 | 10111101 | 1011 | 0 | 111 | 10100 | 10001110 | 10001 | 1001011 |
Color Harmonies of #B5CBBD
Complementary color
Monochromatic Colors of #B5CBBD
Black with #B5CBBD
Text Example
Text Example
White with #B5CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBBD; }
p { color: rgb(181,203,189); }
H1.HeaderClassName
{
color: #B5CBBD;
}
.AnyTagClassName
{
color: #B5CBBD;
}
</style>
background-color css
<style>
a { background-color: #B5CBBD; }
a { background-color: rgb(181,203,189); }
div.DivClassName
{
background-color: #B5CBBD;
}
.BgClassName
{
background-color: #B5CBBD;
}
</style>
border-color css
<style>
span { border-color: #B5CBBD; }
span { border-color: rgb(181,203,189); }
td.TdClassName
{
border-color: #B5CBBD;
}
.TagClassName
{
border-color: #B5CBBD;
}
</style>