Shades of Nebula #B2CCBF
Tints of Nebula #B2CCBF
RGB
CMYK
RGB Variations
Color information
#B2CCBF (or 0xB2CCBF) is known color: Nebula. HEX triplet: B2, CC and BF. RGB value is (178,204,191). Sum of RGB (Red+Green+Blue) = 178+204+191=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCBF is #4D3340. Grayscale: #C2C2C2. Windows color (decimal): -5059393 or 12569778. OLE color: 12569778.
HSL color Cylindrical-coordinate representation of color #B2CCBF: hue angle of 150º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CCBF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 191 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.2 |
| HSL | 150º | 0.2% | 0.75% | - |
| HSV(B) | 150º | 0.13% | 0.8% | - |
| XYZ | 49.36 | 56.41 | 57.58 | - |
| YUV | 194.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 191 | 0.13 | 0 | 0.06 | 0.2 | 150 | 0.2 | 0.75 |
| Hex | B2 | CC | BF | D | 0 | 6 | 14 | 96 | 14 | 4B |
| Octal | 262 | 314 | 277 | 15 | 0 | 6 | 24 | 226 | 24 | 113 |
| Binary | 10110010 | 11001100 | 10111111 | 1101 | 0 | 110 | 10100 | 10010110 | 10100 | 1001011 |
Color Harmonies of #B2CCBF
Complementary color
Monochromatic Colors of #B2CCBF
Black with #B2CCBF
Text Example
Text Example
White with #B2CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCBF; }
p { color: rgb(178,204,191); }
H1.HeaderClassName
{
color: #B2CCBF;
}
.AnyTagClassName
{
color: #B2CCBF;
}
</style>
background-color css
<style>
a { background-color: #B2CCBF; }
a { background-color: rgb(178,204,191); }
div.DivClassName
{
background-color: #B2CCBF;
}
.BgClassName
{
background-color: #B2CCBF;
}
</style>
border-color css
<style>
span { border-color: #B2CCBF; }
span { border-color: rgb(178,204,191); }
td.TdClassName
{
border-color: #B2CCBF;
}
.TagClassName
{
border-color: #B2CCBF;
}
</style>