Shades of Nebula #B5CBBE
Tints of Nebula #B5CBBE
RGB
CMYK
RGB Variations
Color information
#B5CBBE (or 0xB5CBBE) is known color: Nebula. HEX triplet: B5, CB and BE. RGB value is (181,203,190). Sum of RGB (Red+Green+Blue) = 181+203+190=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBBE is #4A3441. Grayscale: #C2C2C2. Windows color (decimal): -4863042 or 12503989. OLE color: 12503989.
HSL color Cylindrical-coordinate representation of color #B5CBBE: hue angle of 144.55º 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 #B5CBBE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 203 | 190 | - |
CMYK | 0.11 | 0 | 0.06 | 0.20 |
HSL | 144.55º | 0.17% | 0.75% | - |
HSV(B) | 144.55º | 0.11% | 0.8% | - |
XYZ | 49.71 | 56.25 | 56.95 | - |
YUV | 194.94 | 125.21 | 118.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 203 | 190 | 0.11 | 0 | 0.06 | 0.20 | 144.55 | 0.17 | 0.75 |
Hex | B5 | CB | BE | B | 0 | 6 | 14 | 91 | 11 | 4B |
Octal | 265 | 313 | 276 | 13 | 0 | 6 | 24 | 221 | 21 | 113 |
Binary | 10110101 | 11001011 | 10111110 | 1011 | 0 | 110 | 10100 | 10010001 | 10001 | 1001011 |
Color Harmonies of #B5CBBE
Complementary color
Monochromatic Colors of #B5CBBE
Black with #B5CBBE
Text Example
Text Example
White with #B5CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBBE; }
p { color: rgb(181,203,190); }
H1.HeaderClassName
{
color: #B5CBBE;
}
.AnyTagClassName
{
color: #B5CBBE;
}
</style>
background-color css
<style>
a { background-color: #B5CBBE; }
a { background-color: rgb(181,203,190); }
div.DivClassName
{
background-color: #B5CBBE;
}
.BgClassName
{
background-color: #B5CBBE;
}
</style>
border-color css
<style>
span { border-color: #B5CBBE; }
span { border-color: rgb(181,203,190); }
td.TdClassName
{
border-color: #B5CBBE;
}
.TagClassName
{
border-color: #B5CBBE;
}
</style>