Shades of Nebula #B5CABB
Tints of Nebula #B5CABB
RGB
CMYK
RGB Variations
Color information
#B5CABB (or 0xB5CABB) is known color: Nebula. HEX triplet: B5, CA and BB. RGB value is (181,202,187). Sum of RGB (Red+Green+Blue) = 181+202+187=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CABB is #4A3544. Grayscale: #C2C2C2. Windows color (decimal): -4863301 or 12307125. OLE color: 12307125.
HSL color Cylindrical-coordinate representation of color #B5CABB: hue angle of 137.14º 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 #B5CABB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 181 | 202 | 187 | - |
CMYK | 0.10 | 0 | 0.07 | 0.21 |
HSL | 137.14º | 0.17% | 0.75% | - |
HSV(B) | 137.14º | 0.1% | 0.79% | - |
XYZ | 49.15 | 55.65 | 55.17 | - |
YUV | 194.01 | 124.04 | 118.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 202 | 187 | 0.10 | 0 | 0.07 | 0.21 | 137.14 | 0.17 | 0.75 |
Hex | B5 | CA | BB | A | 0 | 7 | 15 | 89 | 11 | 4B |
Octal | 265 | 312 | 273 | 12 | 0 | 7 | 25 | 211 | 21 | 113 |
Binary | 10110101 | 11001010 | 10111011 | 1010 | 0 | 111 | 10101 | 10001001 | 10001 | 1001011 |
Color Harmonies of #B5CABB
Complementary color
Monochromatic Colors of #B5CABB
Black with #B5CABB
Text Example
Text Example
White with #B5CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CABB; }
p { color: rgb(181,202,187); }
H1.HeaderClassName
{
color: #B5CABB;
}
.AnyTagClassName
{
color: #B5CABB;
}
</style>
background-color css
<style>
a { background-color: #B5CABB; }
a { background-color: rgb(181,202,187); }
div.DivClassName
{
background-color: #B5CABB;
}
.BgClassName
{
background-color: #B5CABB;
}
</style>
border-color css
<style>
span { border-color: #B5CABB; }
span { border-color: rgb(181,202,187); }
td.TdClassName
{
border-color: #B5CABB;
}
.TagClassName
{
border-color: #B5CABB;
}
</style>