#BEC8BA

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

Shades of Surf Crest #BEC8BA

Tints of Surf Crest #BEC8BA

Color information

#BEC8BA (or 0xBEC8BA) is unknown color: approx Surf Crest. HEX triplet: BE, C8 and BA. RGB value is (190,200,186). Sum of RGB (Red+Green+Blue) = 190+200+186=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8BA is #413745. Grayscale: #C3C3C3. Windows color (decimal): -4273990 or 12241086. OLE color: 12241086.

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

Color convert

RGB190200186-
CMYK0.0500.070.22
HSL102.86º11.29%75.69%-
HSV(B)102.86º7%78.43%-
XYZ50.7555.854.55-
YUV195.41122.69124.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=32.99%
G=34.72%
B=32.29%

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
Decimal1902001860.0500.070.22102.8611.2975.69
HexBEC8BA5071667b4c
Octal2763102725072614713114
Binary101111101100100010111010101011110110110011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8BA; }

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

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

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

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

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

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

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

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