Shades of Nebula #B5D0C2
Tints of Nebula #B5D0C2
RGB
CMYK
RGB Variations
Color information
#B5D0C2 (or 0xB5D0C2) is known color: Nebula. HEX triplet: B5, D0 and C2. RGB value is (181,208,194). Sum of RGB (Red+Green+Blue) = 181+208+194=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0C2 is #4A2F3D. Grayscale: #C6C6C6. Windows color (decimal): -4861758 or 12767413. OLE color: 12767413.
HSL color Cylindrical-coordinate representation of color #B5D0C2: hue angle of 148.89º 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 #B5D0C2 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
RGB | 181 | 208 | 194 | - |
CMYK | 0.13 | 0 | 0.07 | 0.18 |
HSL | 148.89º | 0.22% | 0.76% | - |
HSV(B) | 148.89º | 0.13% | 0.82% | - |
XYZ | 51.35 | 58.83 | 59.69 | - |
YUV | 198.33 | 125.55 | 115.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 208 | 194 | 0.13 | 0 | 0.07 | 0.18 | 148.89 | 0.22 | 0.76 |
Hex | B5 | D0 | C2 | D | 0 | 7 | 12 | 95 | 16 | 4C |
Octal | 265 | 320 | 302 | 15 | 0 | 7 | 22 | 225 | 26 | 114 |
Binary | 10110101 | 11010000 | 11000010 | 1101 | 0 | 111 | 10010 | 10010101 | 10110 | 1001100 |
Color Harmonies of #B5D0C2
Complementary color
Monochromatic Colors of #B5D0C2
Black with #B5D0C2
Text Example
Text Example
White with #B5D0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0C2; }
p { color: rgb(181,208,194); }
H1.HeaderClassName
{
color: #B5D0C2;
}
.AnyTagClassName
{
color: #B5D0C2;
}
</style>
background-color css
<style>
a { background-color: #B5D0C2; }
a { background-color: rgb(181,208,194); }
div.DivClassName
{
background-color: #B5D0C2;
}
.BgClassName
{
background-color: #B5D0C2;
}
</style>
border-color css
<style>
span { border-color: #B5D0C2; }
span { border-color: rgb(181,208,194); }
td.TdClassName
{
border-color: #B5D0C2;
}
.TagClassName
{
border-color: #B5D0C2;
}
</style>