Shades of Geyser #BCCCCA
Tints of Geyser #BCCCCA
RGB
CMYK
RGB Variations
Color information
#BCCCCA (or 0xBCCCCA) is known color: Geyser. HEX triplet: BC, CC and CA. RGB value is (188,204,202). Sum of RGB (Red+Green+Blue) = 188+204+202=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCCA is #433335. Grayscale: #C6C6C6. Windows color (decimal): -4404022 or 13290684. OLE color: 13290684.
HSL color Cylindrical-coordinate representation of color #BCCCCA: hue angle of 172.5º degrees, saturation: 0.14, 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 #BCCCCA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 202 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.2 |
| HSL | 172.5º | 0.14% | 0.77% | - |
| HSV(B) | 172.5º | 0.08% | 0.8% | - |
| XYZ | 52.99 | 58.14 | 64.31 | - |
| YUV | 198.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 202 | 0.08 | 0 | 0.01 | 0.2 | 172.5 | 0.14 | 0.77 |
| Hex | BC | CC | CA | 8 | 0 | 1 | 14 | AC | E | 4D |
| Octal | 274 | 314 | 312 | 10 | 0 | 1 | 24 | 254 | 16 | 115 |
| Binary | 10111100 | 11001100 | 11001010 | 1000 | 0 | 1 | 10100 | 10101100 | 1110 | 1001101 |
Color Harmonies of #BCCCCA
Complementary color
Monochromatic Colors of #BCCCCA
Black with #BCCCCA
Text Example
Text Example
White with #BCCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCCA; }
p { color: rgb(188,204,202); }
H1.HeaderClassName
{
color: #BCCCCA;
}
.AnyTagClassName
{
color: #BCCCCA;
}
</style>
background-color css
<style>
a { background-color: #BCCCCA; }
a { background-color: rgb(188,204,202); }
div.DivClassName
{
background-color: #BCCCCA;
}
.BgClassName
{
background-color: #BCCCCA;
}
</style>
border-color css
<style>
span { border-color: #BCCCCA; }
span { border-color: rgb(188,204,202); }
td.TdClassName
{
border-color: #BCCCCA;
}
.TagClassName
{
border-color: #BCCCCA;
}
</style>