Shades of Nebula #B4BEB7
Tints of Nebula #B4BEB7
RGB
CMYK
RGB Variations
Color information
#B4BEB7 (or 0xB4BEB7) is known color: Nebula. HEX triplet: B4, BE and B7. RGB value is (180,190,183). Sum of RGB (Red+Green+Blue) = 180+190+183=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEB7 is #4B4148. Grayscale: #BABABA. Windows color (decimal): -4931913 or 12041908. OLE color: 12041908.
HSL color Cylindrical-coordinate representation of color #B4BEB7: hue angle of 138º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BEB7 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 180 | 190 | 183 | - |
CMYK | 0.05 | 0 | 0.04 | 0.25 |
HSL | 138º | 0.07% | 0.73% | - |
HSV(B) | 138º | 0.05% | 0.75% | - |
XYZ | 45.78 | 49.95 | 52.03 | - |
YUV | 186.21 | 126.19 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 190 | 183 | 0.05 | 0 | 0.04 | 0.25 | 138 | 0.07 | 0.73 |
Hex | B4 | BE | B7 | 5 | 0 | 4 | 19 | 8A | 7 | 49 |
Octal | 264 | 276 | 267 | 5 | 0 | 4 | 31 | 212 | 7 | 111 |
Binary | 10110100 | 10111110 | 10110111 | 101 | 0 | 100 | 11001 | 10001010 | 111 | 1001001 |
Color Harmonies of #B4BEB7
Complementary color
Monochromatic Colors of #B4BEB7
Black with #B4BEB7
Text Example
Text Example
White with #B4BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BEB7; }
p { color: rgb(180,190,183); }
H1.HeaderClassName
{
color: #B4BEB7;
}
.AnyTagClassName
{
color: #B4BEB7;
}
</style>
background-color css
<style>
a { background-color: #B4BEB7; }
a { background-color: rgb(180,190,183); }
div.DivClassName
{
background-color: #B4BEB7;
}
.BgClassName
{
background-color: #B4BEB7;
}
</style>
border-color css
<style>
span { border-color: #B4BEB7; }
span { border-color: rgb(180,190,183); }
td.TdClassName
{
border-color: #B4BEB7;
}
.TagClassName
{
border-color: #B4BEB7;
}
</style>