Shades of Cloud #BDBBB7
Tints of Cloud #BDBBB7
RGB
CMYK
RGB Variations
Color information
#BDBBB7 (or 0xBDBBB7) is known color: Cloud. HEX triplet: BD, BB and B7. RGB value is (189,187,183). Sum of RGB (Red+Green+Blue) = 189+187+183=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBB7 is #424448. Grayscale: #BBBBBB. Windows color (decimal): -4342857 or 12041149. OLE color: 12041149.
HSL color Cylindrical-coordinate representation of color #BDBBB7: hue angle of 40º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBBB7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 183 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.26 |
| HSL | 40º | 0.04% | 0.73% | - |
| HSV(B) | 40º | 0.03% | 0.74% | - |
| XYZ | 47.3 | 49.78 | 51.91 | - |
| YUV | 187.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 183 | 0 | 0.01 | 0.03 | 0.26 | 40 | 0.04 | 0.73 |
| Hex | BD | BB | B7 | 0 | 1 | 3 | 1A | 28 | 4 | 49 |
| Octal | 275 | 273 | 267 | 0 | 1 | 3 | 32 | 50 | 4 | 111 |
| Binary | 10111101 | 10111011 | 10110111 | 0 | 1 | 11 | 11010 | 101000 | 100 | 1001001 |
Color Harmonies of #BDBBB7
Complementary color
Monochromatic Colors of #BDBBB7
Black with #BDBBB7
Text Example
Text Example
White with #BDBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBB7; }
p { color: rgb(189,187,183); }
H1.HeaderClassName
{
color: #BDBBB7;
}
.AnyTagClassName
{
color: #BDBBB7;
}
</style>
background-color css
<style>
a { background-color: #BDBBB7; }
a { background-color: rgb(189,187,183); }
div.DivClassName
{
background-color: #BDBBB7;
}
.BgClassName
{
background-color: #BDBBB7;
}
</style>
border-color css
<style>
span { border-color: #BDBBB7; }
span { border-color: rgb(189,187,183); }
td.TdClassName
{
border-color: #BDBBB7;
}
.TagClassName
{
border-color: #BDBBB7;
}
</style>