Shades of Nebula #B3D0C2
Tints of Nebula #B3D0C2
RGB
CMYK
RGB Variations
Color information
#B3D0C2 (or 0xB3D0C2) is known color: Nebula. HEX triplet: B3, D0 and C2. RGB value is (179,208,194). Sum of RGB (Red+Green+Blue) = 179+208+194=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D0C2 is #4C2F3D. Grayscale: #C5C5C5. Windows color (decimal): -4992830 or 12767411. OLE color: 12767411.
HSL color Cylindrical-coordinate representation of color #B3D0C2: hue angle of 151.03º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3D0C2 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 208 | 194 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.18 |
| HSL | 151.03º | 0.24% | 0.76% | - |
| HSV(B) | 151.03º | 0.14% | 0.82% | - |
| XYZ | 50.88 | 58.59 | 59.67 | - |
| YUV | 197.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 208 | 194 | 0.14 | 0 | 0.07 | 0.18 | 151.03 | 0.24 | 0.76 |
| Hex | B3 | D0 | C2 | E | 0 | 7 | 12 | 97 | 18 | 4C |
| Octal | 263 | 320 | 302 | 16 | 0 | 7 | 22 | 227 | 30 | 114 |
| Binary | 10110011 | 11010000 | 11000010 | 1110 | 0 | 111 | 10010 | 10010111 | 11000 | 1001100 |
Color Harmonies of #B3D0C2
Complementary color
Monochromatic Colors of #B3D0C2
Black with #B3D0C2
Text Example
Text Example
White with #B3D0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D0C2; }
p { color: rgb(179,208,194); }
H1.HeaderClassName
{
color: #B3D0C2;
}
.AnyTagClassName
{
color: #B3D0C2;
}
</style>
background-color css
<style>
a { background-color: #B3D0C2; }
a { background-color: rgb(179,208,194); }
div.DivClassName
{
background-color: #B3D0C2;
}
.BgClassName
{
background-color: #B3D0C2;
}
</style>
border-color css
<style>
span { border-color: #B3D0C2; }
span { border-color: rgb(179,208,194); }
td.TdClassName
{
border-color: #B3D0C2;
}
.TagClassName
{
border-color: #B3D0C2;
}
</style>