Shades of Nebula #B5CCBE
Tints of Nebula #B5CCBE
RGB
CMYK
RGB Variations
Color information
#B5CCBE (or 0xB5CCBE) is known color: Nebula. HEX triplet: B5, CC and BE. RGB value is (181,204,190). Sum of RGB (Red+Green+Blue) = 181+204+190=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCBE is #4A3341. Grayscale: #C3C3C3. Windows color (decimal): -4862786 or 12504245. OLE color: 12504245.
HSL color Cylindrical-coordinate representation of color #B5CCBE: hue angle of 143.48º 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 #B5CCBE is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 181 | 204 | 190 | - |
CMYK | 0.11 | 0 | 0.07 | 0.2 |
HSL | 143.48º | 0.18% | 0.75% | - |
HSV(B) | 143.48º | 0.11% | 0.8% | - |
XYZ | 49.94 | 56.73 | 57.03 | - |
YUV | 195.53 | 124.88 | 117.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 204 | 190 | 0.11 | 0 | 0.07 | 0.2 | 143.48 | 0.18 | 0.75 |
Hex | B5 | CC | BE | B | 0 | 7 | 14 | 8F | 12 | 4B |
Octal | 265 | 314 | 276 | 13 | 0 | 7 | 24 | 217 | 22 | 113 |
Binary | 10110101 | 11001100 | 10111110 | 1011 | 0 | 111 | 10100 | 10001111 | 10010 | 1001011 |
Color Harmonies of #B5CCBE
Complementary color
Monochromatic Colors of #B5CCBE
Black with #B5CCBE
Text Example
Text Example
White with #B5CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCBE; }
p { color: rgb(181,204,190); }
H1.HeaderClassName
{
color: #B5CCBE;
}
.AnyTagClassName
{
color: #B5CCBE;
}
</style>
background-color css
<style>
a { background-color: #B5CCBE; }
a { background-color: rgb(181,204,190); }
div.DivClassName
{
background-color: #B5CCBE;
}
.BgClassName
{
background-color: #B5CCBE;
}
</style>
border-color css
<style>
span { border-color: #B5CCBE; }
span { border-color: rgb(181,204,190); }
td.TdClassName
{
border-color: #B5CCBE;
}
.TagClassName
{
border-color: #B5CCBE;
}
</style>