Shades of Cloud #BDBBB8
Tints of Cloud #BDBBB8
RGB
CMYK
RGB Variations
Color information
#BDBBB8 (or 0xBDBBB8) is known color: Cloud. HEX triplet: BD, BB and B8. RGB value is (189,187,184). Sum of RGB (Red+Green+Blue) = 189+187+184=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBB8 is #424447. Grayscale: #BBBBBB. Windows color (decimal): -4342856 or 12106685. OLE color: 12106685.
HSL color Cylindrical-coordinate representation of color #BDBBB8: hue angle of 36º 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 #BDBBB8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 184 | - |
CMYK | 0 | 0.01 | 0.03 | 0.26 |
HSL | 36º | 0.04% | 0.73% | - |
HSV(B) | 36º | 0.03% | 0.74% | - |
XYZ | 47.41 | 49.82 | 52.46 | - |
YUV | 187.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 184 | 0 | 0.01 | 0.03 | 0.26 | 36 | 0.04 | 0.73 |
Hex | BD | BB | B8 | 0 | 1 | 3 | 1A | 24 | 4 | 49 |
Octal | 275 | 273 | 270 | 0 | 1 | 3 | 32 | 44 | 4 | 111 |
Binary | 10111101 | 10111011 | 10111000 | 0 | 1 | 11 | 11010 | 100100 | 100 | 1001001 |
Color Harmonies of #BDBBB8
Complementary color
Monochromatic Colors of #BDBBB8
Black with #BDBBB8
Text Example
Text Example
White with #BDBBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBB8; }
p { color: rgb(189,187,184); }
H1.HeaderClassName
{
color: #BDBBB8;
}
.AnyTagClassName
{
color: #BDBBB8;
}
</style>
background-color css
<style>
a { background-color: #BDBBB8; }
a { background-color: rgb(189,187,184); }
div.DivClassName
{
background-color: #BDBBB8;
}
.BgClassName
{
background-color: #BDBBB8;
}
</style>
border-color css
<style>
span { border-color: #BDBBB8; }
span { border-color: rgb(189,187,184); }
td.TdClassName
{
border-color: #BDBBB8;
}
.TagClassName
{
border-color: #BDBBB8;
}
</style>