Shades of Nebula #B5CABD
Tints of Nebula #B5CABD
RGB
CMYK
RGB Variations
Color information
#B5CABD (or 0xB5CABD) is known color: Nebula. HEX triplet: B5, CA and BD. RGB value is (181,202,189). Sum of RGB (Red+Green+Blue) = 181+202+189=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CABD is #4A3542. Grayscale: #C2C2C2. Windows color (decimal): -4863299 or 12438197. OLE color: 12438197.
HSL color Cylindrical-coordinate representation of color #B5CABD: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5CABD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 181 | 202 | 189 | - |
CMYK | 0.10 | 0 | 0.06 | 0.21 |
HSL | 142.86º | 0.17% | 0.75% | - |
HSV(B) | 142.86º | 0.1% | 0.79% | - |
XYZ | 49.36 | 55.74 | 56.3 | - |
YUV | 194.24 | 125.04 | 118.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 202 | 189 | 0.10 | 0 | 0.06 | 0.21 | 142.86 | 0.17 | 0.75 |
Hex | B5 | CA | BD | A | 0 | 6 | 15 | 8F | 11 | 4B |
Octal | 265 | 312 | 275 | 12 | 0 | 6 | 25 | 217 | 21 | 113 |
Binary | 10110101 | 11001010 | 10111101 | 1010 | 0 | 110 | 10101 | 10001111 | 10001 | 1001011 |
Color Harmonies of #B5CABD
Complementary color
Monochromatic Colors of #B5CABD
Black with #B5CABD
Text Example
Text Example
White with #B5CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CABD; }
p { color: rgb(181,202,189); }
H1.HeaderClassName
{
color: #B5CABD;
}
.AnyTagClassName
{
color: #B5CABD;
}
</style>
background-color css
<style>
a { background-color: #B5CABD; }
a { background-color: rgb(181,202,189); }
div.DivClassName
{
background-color: #B5CABD;
}
.BgClassName
{
background-color: #B5CABD;
}
</style>
border-color css
<style>
span { border-color: #B5CABD; }
span { border-color: rgb(181,202,189); }
td.TdClassName
{
border-color: #B5CABD;
}
.TagClassName
{
border-color: #B5CABD;
}
</style>