Shades of Nebula #B7CABC
Tints of Nebula #B7CABC
RGB
CMYK
RGB Variations
Color information
#B7CABC (or 0xB7CABC) is known color: Nebula. HEX triplet: B7, CA and BC. RGB value is (183,202,188). Sum of RGB (Red+Green+Blue) = 183+202+188=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CABC is #483543. Grayscale: #C2C2C2. Windows color (decimal): -4732228 or 12372663. OLE color: 12372663.
HSL color Cylindrical-coordinate representation of color #B7CABC: hue angle of 135.79º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7CABC is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 183 | 202 | 188 | - |
CMYK | 0.09 | 0 | 0.07 | 0.21 |
HSL | 135.79º | 0.15% | 0.75% | - |
HSV(B) | 135.79º | 0.09% | 0.79% | - |
XYZ | 49.73 | 55.94 | 55.75 | - |
YUV | 194.72 | 124.21 | 119.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 202 | 188 | 0.09 | 0 | 0.07 | 0.21 | 135.79 | 0.15 | 0.75 |
Hex | B7 | CA | BC | 9 | 0 | 7 | 15 | 88 | F | 4B |
Octal | 267 | 312 | 274 | 11 | 0 | 7 | 25 | 210 | 17 | 113 |
Binary | 10110111 | 11001010 | 10111100 | 1001 | 0 | 111 | 10101 | 10001000 | 1111 | 1001011 |
Color Harmonies of #B7CABC
Complementary color
Monochromatic Colors of #B7CABC
Black with #B7CABC
Text Example
Text Example
White with #B7CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CABC; }
p { color: rgb(183,202,188); }
H1.HeaderClassName
{
color: #B7CABC;
}
.AnyTagClassName
{
color: #B7CABC;
}
</style>
background-color css
<style>
a { background-color: #B7CABC; }
a { background-color: rgb(183,202,188); }
div.DivClassName
{
background-color: #B7CABC;
}
.BgClassName
{
background-color: #B7CABC;
}
</style>
border-color css
<style>
span { border-color: #B7CABC; }
span { border-color: rgb(183,202,188); }
td.TdClassName
{
border-color: #B7CABC;
}
.TagClassName
{
border-color: #B7CABC;
}
</style>