Shades of Cloud #BCB8B3
Tints of Cloud #BCB8B3
RGB
CMYK
RGB Variations
Color information
#BCB8B3 (or 0xBCB8B3) is known color: Cloud. HEX triplet: BC, B8 and B3. RGB value is (188,184,179). Sum of RGB (Red+Green+Blue) = 188+184+179=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8B3 is #43474C. Grayscale: #B8B8B8. Windows color (decimal): -4409165 or 11778236. OLE color: 11778236.
HSL color Cylindrical-coordinate representation of color #BCB8B3: hue angle of 33.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB8B3 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 179 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.26 |
| HSL | 33.33º | 0.06% | 0.72% | - |
| HSV(B) | 33.33º | 0.05% | 0.74% | - |
| XYZ | 46.02 | 48.23 | 49.53 | - |
| YUV | 184.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 179 | 0 | 0.02 | 0.05 | 0.26 | 33.33 | 0.06 | 0.72 |
| Hex | BC | B8 | B3 | 0 | 2 | 5 | 1A | 21 | 6 | 48 |
| Octal | 274 | 270 | 263 | 0 | 2 | 5 | 32 | 41 | 6 | 110 |
| Binary | 10111100 | 10111000 | 10110011 | 0 | 10 | 101 | 11010 | 100001 | 110 | 1001000 |
Color Harmonies of #BCB8B3
Complementary color
Monochromatic Colors of #BCB8B3
Black with #BCB8B3
Text Example
Text Example
White with #BCB8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8B3; }
p { color: rgb(188,184,179); }
H1.HeaderClassName
{
color: #BCB8B3;
}
.AnyTagClassName
{
color: #BCB8B3;
}
</style>
background-color css
<style>
a { background-color: #BCB8B3; }
a { background-color: rgb(188,184,179); }
div.DivClassName
{
background-color: #BCB8B3;
}
.BgClassName
{
background-color: #BCB8B3;
}
</style>
border-color css
<style>
span { border-color: #BCB8B3; }
span { border-color: rgb(188,184,179); }
td.TdClassName
{
border-color: #BCB8B3;
}
.TagClassName
{
border-color: #BCB8B3;
}
</style>