Shades of Nebula #B5CEBF
Tints of Nebula #B5CEBF
RGB
CMYK
RGB Variations
Color information
#B5CEBF (or 0xB5CEBF) is known color: Nebula. HEX triplet: B5, CE and BF. RGB value is (181,206,191). Sum of RGB (Red+Green+Blue) = 181+206+191=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEBF is #4A3140. Grayscale: #C4C4C4. Windows color (decimal): -4862273 or 12570293. OLE color: 12570293.
HSL color Cylindrical-coordinate representation of color #B5CEBF: hue angle of 144º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CEBF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 191 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.19 |
| HSL | 144º | 0.2% | 0.76% | - |
| HSV(B) | 144º | 0.12% | 0.81% | - |
| XYZ | 50.53 | 57.73 | 57.77 | - |
| YUV | 196.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 191 | 0.12 | 0 | 0.07 | 0.19 | 144 | 0.2 | 0.76 |
| Hex | B5 | CE | BF | C | 0 | 7 | 13 | 90 | 14 | 4C |
| Octal | 265 | 316 | 277 | 14 | 0 | 7 | 23 | 220 | 24 | 114 |
| Binary | 10110101 | 11001110 | 10111111 | 1100 | 0 | 111 | 10011 | 10010000 | 10100 | 1001100 |
Color Harmonies of #B5CEBF
Complementary color
Monochromatic Colors of #B5CEBF
Black with #B5CEBF
Text Example
Text Example
White with #B5CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEBF; }
p { color: rgb(181,206,191); }
H1.HeaderClassName
{
color: #B5CEBF;
}
.AnyTagClassName
{
color: #B5CEBF;
}
</style>
background-color css
<style>
a { background-color: #B5CEBF; }
a { background-color: rgb(181,206,191); }
div.DivClassName
{
background-color: #B5CEBF;
}
.BgClassName
{
background-color: #B5CEBF;
}
</style>
border-color css
<style>
span { border-color: #B5CEBF; }
span { border-color: rgb(181,206,191); }
td.TdClassName
{
border-color: #B5CEBF;
}
.TagClassName
{
border-color: #B5CEBF;
}
</style>