Shades of Nebula #B8CBBF
Tints of Nebula #B8CBBF
RGB
CMYK
RGB Variations
Color information
#B8CBBF (or 0xB8CBBF) is known color: Nebula. HEX triplet: B8, CB and BF. RGB value is (184,203,191). Sum of RGB (Red+Green+Blue) = 184+203+191=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBBF is #473440. Grayscale: #C3C3C3. Windows color (decimal): -4666433 or 12569528. OLE color: 12569528.
HSL color Cylindrical-coordinate representation of color #B8CBBF: hue angle of 142.11º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CBBF is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 191 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.20 |
| HSL | 142.11º | 0.15% | 0.76% | - |
| HSV(B) | 142.11º | 0.09% | 0.8% | - |
| XYZ | 50.53 | 56.66 | 57.56 | - |
| YUV | 195.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 191 | 0.09 | 0 | 0.06 | 0.20 | 142.11 | 0.15 | 0.76 |
| Hex | B8 | CB | BF | 9 | 0 | 6 | 14 | 8E | F | 4C |
| Octal | 270 | 313 | 277 | 11 | 0 | 6 | 24 | 216 | 17 | 114 |
| Binary | 10111000 | 11001011 | 10111111 | 1001 | 0 | 110 | 10100 | 10001110 | 1111 | 1001100 |
Color Harmonies of #B8CBBF
Complementary color
Monochromatic Colors of #B8CBBF
Black with #B8CBBF
Text Example
Text Example
White with #B8CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBBF; }
p { color: rgb(184,203,191); }
H1.HeaderClassName
{
color: #B8CBBF;
}
.AnyTagClassName
{
color: #B8CBBF;
}
</style>
background-color css
<style>
a { background-color: #B8CBBF; }
a { background-color: rgb(184,203,191); }
div.DivClassName
{
background-color: #B8CBBF;
}
.BgClassName
{
background-color: #B8CBBF;
}
</style>
border-color css
<style>
span { border-color: #B8CBBF; }
span { border-color: rgb(184,203,191); }
td.TdClassName
{
border-color: #B8CBBF;
}
.TagClassName
{
border-color: #B8CBBF;
}
</style>