Shades of Geyser #BECFCC
Tints of Geyser #BECFCC
RGB
CMYK
RGB Variations
Color information
#BECFCC (or 0xBECFCC) is known color: Geyser. HEX triplet: BE, CF and CC. RGB value is (190,207,204). Sum of RGB (Red+Green+Blue) = 190+207+204=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFCC is #413033. Grayscale: #C9C9C9. Windows color (decimal): -4272180 or 13422526. OLE color: 13422526.
HSL color Cylindrical-coordinate representation of color #BECFCC: hue angle of 169.41º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECFCC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 204 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.19 |
| HSL | 169.41º | 0.15% | 0.78% | - |
| HSV(B) | 169.41º | 0.08% | 0.81% | - |
| XYZ | 54.45 | 59.93 | 65.83 | - |
| YUV | 201.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 204 | 0.08 | 0 | 0.01 | 0.19 | 169.41 | 0.15 | 0.78 |
| Hex | BE | CF | CC | 8 | 0 | 1 | 13 | A9 | F | 4E |
| Octal | 276 | 317 | 314 | 10 | 0 | 1 | 23 | 251 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11001100 | 1000 | 0 | 1 | 10011 | 10101001 | 1111 | 1001110 |
Color Harmonies of #BECFCC
Complementary color
Monochromatic Colors of #BECFCC
Black with #BECFCC
Text Example
Text Example
White with #BECFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFCC; }
p { color: rgb(190,207,204); }
H1.HeaderClassName
{
color: #BECFCC;
}
.AnyTagClassName
{
color: #BECFCC;
}
</style>
background-color css
<style>
a { background-color: #BECFCC; }
a { background-color: rgb(190,207,204); }
div.DivClassName
{
background-color: #BECFCC;
}
.BgClassName
{
background-color: #BECFCC;
}
</style>
border-color css
<style>
span { border-color: #BECFCC; }
span { border-color: rgb(190,207,204); }
td.TdClassName
{
border-color: #BECFCC;
}
.TagClassName
{
border-color: #BECFCC;
}
</style>