#BEC7BA

Color #BEC7BA Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #BEC7BA

Tints of Surf Crest #BEC7BA

Color information

#BEC7BA (or 0xBEC7BA) is unknown color: approx Surf Crest. HEX triplet: BE, C7 and BA. RGB value is (190,199,186). Sum of RGB (Red+Green+Blue) = 190+199+186=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7BA is #413845. Grayscale: #C2C2C2. Windows color (decimal): -4274246 or 12240830. OLE color: 12240830.

HSL color Cylindrical-coordinate representation of color #BEC7BA: hue angle of 101.54º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC7BA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB190199186-
CMYK0.0500.070.22
HSL101.54º10.4%75.49%-
HSV(B)101.54º6.53%78.04%-
XYZ50.5255.3454.47-
YUV194.83123.02124.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=33.04%
G=34.61%
B=32.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991860.0500.070.22101.5410.475.49
HexBEC7BA5071666a4b
Octal2763072725072614612113
Binary101111101100011110111010101011110110110011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7BA; }

 p { color: rgb(190,199,186); }

 H1.HeaderClassName
 {
   color: #BEC7BA;
 }
 .AnyTagClassName
 {
   color: #BEC7BA;
 }
</style>
background-color css

<style>
 a { background-color: #BEC7BA; }

 a { background-color: rgb(190,199,186); }

 div.DivClassName
 {
   background-color: #BEC7BA;
 }
 .BgClassName
 {
   background-color: #BEC7BA;
 }
</style>
border-color css

<style>
 span { border-color: #BEC7BA; }

 span { border-color: rgb(190,199,186); }

 td.TdClassName
 {
   border-color: #BEC7BA;
 }
 .TagClassName
 {
   border-color: #BEC7BA;
 }
</style>