Shades of Nebula #BBCDC4
Tints of Nebula #BBCDC4
RGB
CMYK
RGB Variations
Color information
#BBCDC4 (or 0xBBCDC4) is known color: Nebula. HEX triplet: BB, CD and C4. RGB value is (187,205,196). Sum of RGB (Red+Green+Blue) = 187+205+196=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC4 is #44323B. Grayscale: #C6C6C6. Windows color (decimal): -4469308 or 12897723. OLE color: 12897723.
HSL color Cylindrical-coordinate representation of color #BBCDC4: hue angle of 150º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDC4 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 205 | 196 | - |
CMYK | 0.09 | 0 | 0.04 | 0.20 |
HSL | 150º | 0.15% | 0.77% | - |
HSV(B) | 150º | 0.09% | 0.8% | - |
XYZ | 52.29 | 58.21 | 60.7 | - |
YUV | 198.59 | 126.54 | 119.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 196 | 0.09 | 0 | 0.04 | 0.20 | 150 | 0.15 | 0.77 |
Hex | BB | CD | C4 | 9 | 0 | 4 | 14 | 96 | F | 4D |
Octal | 273 | 315 | 304 | 11 | 0 | 4 | 24 | 226 | 17 | 115 |
Binary | 10111011 | 11001101 | 11000100 | 1001 | 0 | 100 | 10100 | 10010110 | 1111 | 1001101 |
Color Harmonies of #BBCDC4
Complementary color
Monochromatic Colors of #BBCDC4
Black with #BBCDC4
Text Example
Text Example
White with #BBCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDC4; }
p { color: rgb(187,205,196); }
H1.HeaderClassName
{
color: #BBCDC4;
}
.AnyTagClassName
{
color: #BBCDC4;
}
</style>
background-color css
<style>
a { background-color: #BBCDC4; }
a { background-color: rgb(187,205,196); }
div.DivClassName
{
background-color: #BBCDC4;
}
.BgClassName
{
background-color: #BBCDC4;
}
</style>
border-color css
<style>
span { border-color: #BBCDC4; }
span { border-color: rgb(187,205,196); }
td.TdClassName
{
border-color: #BBCDC4;
}
.TagClassName
{
border-color: #BBCDC4;
}
</style>