Shades of Nebula #B2D0C1
Tints of Nebula #B2D0C1
RGB
CMYK
RGB Variations
Color information
#B2D0C1 (or 0xB2D0C1) is known color: Nebula. HEX triplet: B2, D0 and C1. RGB value is (178,208,193). Sum of RGB (Red+Green+Blue) = 178+208+193=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0C1 is #4D2F3E. Grayscale: #C5C5C5. Windows color (decimal): -5058367 or 12701874. OLE color: 12701874.
HSL color Cylindrical-coordinate representation of color #B2D0C1: hue angle of 150º 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 #B2D0C1 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 193 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.18 |
| HSL | 150º | 0.24% | 0.76% | - |
| HSV(B) | 150º | 0.14% | 0.82% | - |
| XYZ | 50.54 | 58.43 | 59.07 | - |
| YUV | 197.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 193 | 0.14 | 0 | 0.07 | 0.18 | 150 | 0.24 | 0.76 |
| Hex | B2 | D0 | C1 | E | 0 | 7 | 12 | 96 | 18 | 4C |
| Octal | 262 | 320 | 301 | 16 | 0 | 7 | 22 | 226 | 30 | 114 |
| Binary | 10110010 | 11010000 | 11000001 | 1110 | 0 | 111 | 10010 | 10010110 | 11000 | 1001100 |
Color Harmonies of #B2D0C1
Complementary color
Monochromatic Colors of #B2D0C1
Black with #B2D0C1
Text Example
Text Example
White with #B2D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D0C1; }
p { color: rgb(178,208,193); }
H1.HeaderClassName
{
color: #B2D0C1;
}
.AnyTagClassName
{
color: #B2D0C1;
}
</style>
background-color css
<style>
a { background-color: #B2D0C1; }
a { background-color: rgb(178,208,193); }
div.DivClassName
{
background-color: #B2D0C1;
}
.BgClassName
{
background-color: #B2D0C1;
}
</style>
border-color css
<style>
span { border-color: #B2D0C1; }
span { border-color: rgb(178,208,193); }
td.TdClassName
{
border-color: #B2D0C1;
}
.TagClassName
{
border-color: #B2D0C1;
}
</style>