Shades of Nebula #B5CEC2
Tints of Nebula #B5CEC2
RGB
CMYK
RGB Variations
Color information
#B5CEC2 (or 0xB5CEC2) is known color: Nebula. HEX triplet: B5, CE and C2. RGB value is (181,206,194). Sum of RGB (Red+Green+Blue) = 181+206+194=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEC2 is #4A313D. Grayscale: #C5C5C5. Windows color (decimal): -4862270 or 12766901. OLE color: 12766901.
HSL color Cylindrical-coordinate representation of color #B5CEC2: hue angle of 151.2º 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 #B5CEC2 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 181 | 206 | 194 | - |
CMYK | 0.12 | 0 | 0.06 | 0.19 |
HSL | 151.2º | 0.2% | 0.76% | - |
HSV(B) | 151.2º | 0.12% | 0.81% | - |
XYZ | 50.86 | 57.86 | 59.53 | - |
YUV | 197.16 | 126.22 | 116.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 206 | 194 | 0.12 | 0 | 0.06 | 0.19 | 151.2 | 0.2 | 0.76 |
Hex | B5 | CE | C2 | C | 0 | 6 | 13 | 97 | 14 | 4C |
Octal | 265 | 316 | 302 | 14 | 0 | 6 | 23 | 227 | 24 | 114 |
Binary | 10110101 | 11001110 | 11000010 | 1100 | 0 | 110 | 10011 | 10010111 | 10100 | 1001100 |
Color Harmonies of #B5CEC2
Complementary color
Monochromatic Colors of #B5CEC2
Black with #B5CEC2
Text Example
Text Example
White with #B5CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEC2; }
p { color: rgb(181,206,194); }
H1.HeaderClassName
{
color: #B5CEC2;
}
.AnyTagClassName
{
color: #B5CEC2;
}
</style>
background-color css
<style>
a { background-color: #B5CEC2; }
a { background-color: rgb(181,206,194); }
div.DivClassName
{
background-color: #B5CEC2;
}
.BgClassName
{
background-color: #B5CEC2;
}
</style>
border-color css
<style>
span { border-color: #B5CEC2; }
span { border-color: rgb(181,206,194); }
td.TdClassName
{
border-color: #B5CEC2;
}
.TagClassName
{
border-color: #B5CEC2;
}
</style>