Shades of Geyser #BCCDCB
Tints of Geyser #BCCDCB
RGB
CMYK
RGB Variations
Color information
#BCCDCB (or 0xBCCDCB) is known color: Geyser. HEX triplet: BC, CD and CB. RGB value is (188,205,203). Sum of RGB (Red+Green+Blue) = 188+205+203=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDCB is #433234. Grayscale: #C7C7C7. Windows color (decimal): -4403765 or 13356476. OLE color: 13356476.
HSL color Cylindrical-coordinate representation of color #BCCDCB: hue angle of 172.94º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCDCB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 203 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.20 |
| HSL | 172.94º | 0.15% | 0.77% | - |
| HSV(B) | 172.94º | 0.08% | 0.8% | - |
| XYZ | 53.35 | 58.67 | 65.01 | - |
| YUV | 199.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 203 | 0.08 | 0 | 0.01 | 0.20 | 172.94 | 0.15 | 0.77 |
| Hex | BC | CD | CB | 8 | 0 | 1 | 14 | AD | F | 4D |
| Octal | 274 | 315 | 313 | 10 | 0 | 1 | 24 | 255 | 17 | 115 |
| Binary | 10111100 | 11001101 | 11001011 | 1000 | 0 | 1 | 10100 | 10101101 | 1111 | 1001101 |
Color Harmonies of #BCCDCB
Complementary color
Monochromatic Colors of #BCCDCB
Black with #BCCDCB
Text Example
Text Example
White with #BCCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDCB; }
p { color: rgb(188,205,203); }
H1.HeaderClassName
{
color: #BCCDCB;
}
.AnyTagClassName
{
color: #BCCDCB;
}
</style>
background-color css
<style>
a { background-color: #BCCDCB; }
a { background-color: rgb(188,205,203); }
div.DivClassName
{
background-color: #BCCDCB;
}
.BgClassName
{
background-color: #BCCDCB;
}
</style>
border-color css
<style>
span { border-color: #BCCDCB; }
span { border-color: rgb(188,205,203); }
td.TdClassName
{
border-color: #BCCDCB;
}
.TagClassName
{
border-color: #BCCDCB;
}
</style>