Shades of Nebula #B5D0C3
Tints of Nebula #B5D0C3
RGB
CMYK
RGB Variations
Color information
#B5D0C3 (or 0xB5D0C3) is known color: Nebula. HEX triplet: B5, D0 and C3. RGB value is (181,208,195). Sum of RGB (Red+Green+Blue) = 181+208+195=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0C3 is #4A2F3C. Grayscale: #C6C6C6. Windows color (decimal): -4861757 or 12832949. OLE color: 12832949.
HSL color Cylindrical-coordinate representation of color #B5D0C3: hue angle of 151.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D0C3 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 195 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.18 |
| HSL | 151.11º | 0.22% | 0.76% | - |
| HSV(B) | 151.11º | 0.13% | 0.82% | - |
| XYZ | 51.46 | 58.88 | 60.28 | - |
| YUV | 198.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 195 | 0.13 | 0 | 0.06 | 0.18 | 151.11 | 0.22 | 0.76 |
| Hex | B5 | D0 | C3 | D | 0 | 6 | 12 | 97 | 16 | 4C |
| Octal | 265 | 320 | 303 | 15 | 0 | 6 | 22 | 227 | 26 | 114 |
| Binary | 10110101 | 11010000 | 11000011 | 1101 | 0 | 110 | 10010 | 10010111 | 10110 | 1001100 |
Color Harmonies of #B5D0C3
Complementary color
Monochromatic Colors of #B5D0C3
Black with #B5D0C3
Text Example
Text Example
White with #B5D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0C3; }
p { color: rgb(181,208,195); }
H1.HeaderClassName
{
color: #B5D0C3;
}
.AnyTagClassName
{
color: #B5D0C3;
}
</style>
background-color css
<style>
a { background-color: #B5D0C3; }
a { background-color: rgb(181,208,195); }
div.DivClassName
{
background-color: #B5D0C3;
}
.BgClassName
{
background-color: #B5D0C3;
}
</style>
border-color css
<style>
span { border-color: #B5D0C3; }
span { border-color: rgb(181,208,195); }
td.TdClassName
{
border-color: #B5D0C3;
}
.TagClassName
{
border-color: #B5D0C3;
}
</style>