Shades of Nebula #B4CBBF
Tints of Nebula #B4CBBF
RGB
CMYK
RGB Variations
Color information
#B4CBBF (or 0xB4CBBF) is known color: Nebula. HEX triplet: B4, CB and BF. RGB value is (180,203,191). Sum of RGB (Red+Green+Blue) = 180+203+191=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBBF is #4B3440. Grayscale: #C2C2C2. Windows color (decimal): -4928577 or 12569524. OLE color: 12569524.
HSL color Cylindrical-coordinate representation of color #B4CBBF: hue angle of 148.7º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CBBF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 191 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.20 |
| HSL | 148.7º | 0.18% | 0.75% | - |
| HSV(B) | 148.7º | 0.11% | 0.8% | - |
| XYZ | 49.58 | 56.18 | 57.52 | - |
| YUV | 194.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 191 | 0.11 | 0 | 0.06 | 0.20 | 148.7 | 0.18 | 0.75 |
| Hex | B4 | CB | BF | B | 0 | 6 | 14 | 95 | 12 | 4B |
| Octal | 264 | 313 | 277 | 13 | 0 | 6 | 24 | 225 | 22 | 113 |
| Binary | 10110100 | 11001011 | 10111111 | 1011 | 0 | 110 | 10100 | 10010101 | 10010 | 1001011 |
Color Harmonies of #B4CBBF
Complementary color
Monochromatic Colors of #B4CBBF
Black with #B4CBBF
Text Example
Text Example
White with #B4CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBBF; }
p { color: rgb(180,203,191); }
H1.HeaderClassName
{
color: #B4CBBF;
}
.AnyTagClassName
{
color: #B4CBBF;
}
</style>
background-color css
<style>
a { background-color: #B4CBBF; }
a { background-color: rgb(180,203,191); }
div.DivClassName
{
background-color: #B4CBBF;
}
.BgClassName
{
background-color: #B4CBBF;
}
</style>
border-color css
<style>
span { border-color: #B4CBBF; }
span { border-color: rgb(180,203,191); }
td.TdClassName
{
border-color: #B4CBBF;
}
.TagClassName
{
border-color: #B4CBBF;
}
</style>